ShellBrowser .Net Edition
OnOperation Method (p_Operation, p_Paths, p_Destination)
NamespacesJam.ShellShellListViewOnOperation(ShellOperation, PathCollection, String)
Fires an event if an operation was performed on the ShellListView.
Declaration Syntax
C#Visual BasicVisual C++
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
)
Parameters
p_Operation (ShellOperation)
Contains the type of operation, which has been performed.
p_Paths (PathCollection)
The p_Paths contains the file or folder names, that are affected.
p_Destination (String)
Contains the destination, e.g. where files or folders have been pasted to.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)