C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls Namespace / WidgetEventAttribute Class / WidgetEventAttribute Constructor / WidgetEventAttribute Constructor(String)
Event handler arguments.

In This Topic
WidgetEventAttribute Constructor(String)
In This Topic
Initializes a new instance of the WidgetEventAttribute class.
Syntax
'Declaration
 
Public Function New( _
   ByVal args As System.String _
)
 

Parameters

args
Event handler arguments.
Example
Example of the string with attributes: "e, param1, param2"
See Also