Click or drag to resize

UpdateFolderEventArgs Constructor

the constructor of the UpdateFolderEventArgs

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public UpdateFolderEventArgs(
	Object p_Sender,
	ShellTreeNode p_Node
)

Parameters

p_Sender
Type: SystemObject
the sender of the event
p_Node
Type: Jam.ShellShellTreeNode
the node the event is associated with
See Also