Click or drag to resize

ShellTreeViewOnOperation Method

Fires an event if an operation was performed on the ShellTreeView, i.e. an Item was pasted.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected void OnOperation(
	ShellOperation p_Operation,
	PathCollection 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: 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.
pException
Type: SystemException
An exception that might possibly have occurred trying to execute the operation.
See Also