Alvas.FileControls Class Library

ExplorerListView.FileExecuted Event

[Visual Basic]
Public Event FileExecuted As FileExecuteEventHandler
[C#]
public event FileExecuteEventHandler FileExecuted;

Event Data

The event handler receives an argument of type FileExecuteEventArgs containing data related to this event. The following FileExecuteEventArgs properties provide information specific to this event.

Property Description
Execute
Path Path to file

See Also

ExplorerListView Class | Alvas.Windows.Forms.FileControls Namespace