Class EnhanceEventsEventArgs
Event argument for user control tag elements.
Inheritance
System.Object
EnhanceEventsEventArgs
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 |