Class EnhanceEventsEventArgs
Event argument for user control tag elements.
Inheritance
System.Object
System.EventArgs
EnhanceEventsEventArgs
Inherited Members
System.EventArgs.Empty
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.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public class EnhanceEventsEventArgs : EventArgs
Constructors
EnhanceEventsEventArgs(String)
Initializes a new instance of the EnhanceEventsEventArgs class
Declaration
public EnhanceEventsEventArgs(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of the event. |
Properties
Event
Gets or sets the event.
Declaration
public IHTMLEvent Event { get; set; }
Property Value
Type |
---|
IHTMLEvent |
Name
Gets the name of the event.
Declaration
public string Name { get; }
Property Value
Type |
---|
System.String |