ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1FileExplorer Namespace / C1FileExplorerEventHandler Delegate
The source of the event.
A C1FileExplorerEventArgs that contains event data.

In This Topic
    C1FileExplorerEventHandler Delegate
    In This Topic
    Represents the method that will handle C1FileExplorer.ItemCommand event.
    Syntax
    'Declaration
     
    Public Delegate Sub C1FileExplorerEventHandler( _
       ByVal sender As System.Object, _
       ByVal args As C1FileExplorerEventArgs _
    ) 
    public delegate void C1FileExplorerEventHandler( 
       System.object sender,
       C1FileExplorerEventArgs args
    )

    Parameters

    sender
    The source of the event.
    args
    A C1FileExplorerEventArgs that contains event data.
    See Also