JamBaseShellListViewOnOperation(ShellOperation, StringCollection, String, Exception) Method | 
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected void OnOperation(
	ShellOperation p_Operation,
	StringCollection p_Paths,
	string p_Destination,
	Exception pException
)
Protected Sub OnOperation ( 
	p_Operation As ShellOperation,
	p_Paths As StringCollection,
	p_Destination As String,
	pException As Exception
)
protected:
void OnOperation(
	ShellOperation p_Operation, 
	StringCollection^ p_Paths, 
	String^ p_Destination, 
	Exception^ pException
)
member OnOperation : 
        p_Operation : ShellOperation * 
        p_Paths : StringCollection * 
        p_Destination : string * 
        pException : Exception -> unit Parameters
- p_Operation  ShellOperation
 - Contains the type of operation, which has been performed.
 - p_Paths  StringCollection
 - 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.
 - pException  Exception
 - An exception that might have occurred.
 
See Also