Show / Hide Table of Contents

Class TermsEventArgs

Inheritance
object
EventArgs
TermsEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
public class TermsEventArgs : EventArgs

Constructors

TermsEventArgs(Term)

Declaration
public TermsEventArgs(Term selectedTerm)
Parameters
Type Name Description
Term selectedTerm

Properties

SelectedTerm

Declaration
public Term SelectedTerm { get; }
Property Value
Type Description
Term

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS