Class TagEventContainer
Represents a tag container specialized for event-related nodes and handlers.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Scripting.Design
Assembly: Syncfusion.Scripting.Windows.dll
Syntax
public class TagEventContainer : TagContainer
Constructors
TagEventContainer(EventInfo, String, TreeNodeType)
Initializes a new instance of the TagEventContainer class.
Declaration
public TagEventContainer(EventInfo evInfo, string name, TreeNodeType nodeType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Reflection.EventInfo | evInfo | The System.Reflection.EventInfo describing the event. |
| System.String | name | The display name of the node. |
| TreeNodeType | nodeType | The type of the node. Must be Event or EventHandler. |
Properties
ClassName
Gets or sets the fully qualified class name that contains the event handler.
Declaration
public string ClassName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The fully qualified class name that contains the event handler. |