Alvas.FileControls Class Library

ExplorerListView.FileExecuteEventHandler Delegate

[Visual Basic]
Public Delegate Sub ExplorerListView.FileExecuteEventHandler( _
   ByVal sender As Object, _
   ByVal e As FileExecuteEventArgs _
)
[C#]
public delegate void ExplorerListView.FileExecuteEventHandler(
   object sender,
   FileExecuteEventArgs e
);

Requirements

Namespace: Alvas.Windows.Forms.FileControls

Assembly: Alvas.Windows.Forms.FileControls (in Alvas.Windows.Forms.FileControls.dll)

See Also

Alvas.Windows.Forms.FileControls Namespace