ShellSystemListOnOperation Method |
Fires an event if an operation was performed on the
ShellListView.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected void OnOperation(
ShellOperation p_Operation,
PathCollection p_Paths,
string p_Destination
)
Protected Sub OnOperation (
p_Operation As ShellOperation,
p_Paths As PathCollection,
p_Destination As String
)
protected:
void OnOperation(
ShellOperation p_Operation,
PathCollection^ p_Paths,
String^ p_Destination
)
member OnOperation :
p_Operation : ShellOperation *
p_Paths : PathCollection *
p_Destination : string -> unit
Parameters
- p_Operation
- Type: Jam.ShellShellOperation
Contains the type of operation, which has been performed. - p_Paths
- Type: Jam.ShellPathCollection
The p_Paths contains the file or folder names, that are affected. - p_Destination
- Type: SystemString
Contains the destination, e.g. where files or folders have been pasted to.
See Also