ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 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 _
    )
    public WidgetEventAttribute( 
       System.string args
    )

    Parameters

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