Class ElementEventAttribute
Attribute indicates that element event is available for user.
Inheritance
System.Object
ElementEventAttribute
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public sealed class ElementEventAttribute : Attribute
Constructors
ElementEventAttribute(String)
Initializes a new instance of the ElementEventAttribute class
Declaration
public ElementEventAttribute(string raiser)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | raiser | a string value |
Properties
Event
Gets or sets the event of the element.
Declaration
public EventInfo Event { get; set; }
Property Value
| Type |
|---|
| System.Reflection.EventInfo |
RaiserMethod
Gets or sets the raiser method.
Declaration
public MethodInfo RaiserMethod { get; set; }
Property Value
| Type |
|---|
| System.Reflection.MethodInfo |
RaiserName
Gets the name of the raiser method.
Declaration
public string RaiserName { get; }
Property Value
| Type |
|---|
| System.String |