Click or drag to resize

JamBaseShellListViewOnOperation Method (ShellOperation, StringCollection, String, Exception)

Helper function for OnOperation(ShellOperation, PathCollection, String, Exception) to avoid type conversion.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected void OnOperation(
	ShellOperation p_Operation,
	StringCollection p_Paths,
	string p_Destination,
	Exception pException
)

Parameters

p_Operation
Type: Jam.ShellShellOperation
Contains the type of operation, which has been performed.
p_Paths
Type: System.Collections.SpecializedStringCollection
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.
pException
Type: SystemException
An exception that might have occurred.
See Also