'Declaration Public Event ItemCommand As C1FileExplorerEventHandler
public event C1FileExplorerEventHandler ItemCommand
Event Data
The event handler receives an argument of type C1FileExplorerEventArgs containing data related to this event. The following C1FileExplorerEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets a value indicate whether to cancel current command. |
Command | Gets the command type. |
TargetPath | The target file/folder path. |
See Also