C1FileExplorerEventHandler Delegate
Represents the method that will handle
C1FileExplorer.ItemCommand event.
'Declaration
Public Delegate Sub C1FileExplorerEventHandler( _
ByVal As System.Object, _
ByVal As C1FileExplorerEventArgs _
)
Parameters
- sender
- The source of the event.
- args
- A C1FileExplorerEventArgs that contains event data.