UpdateFolderEventArgs Constructor |
the constructor of the UpdateFolderEventArgs
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public UpdateFolderEventArgs(
Object p_Sender,
ShellTreeNode p_Node
)
Public Sub New (
p_Sender As Object,
p_Node As ShellTreeNode
)
public:
UpdateFolderEventArgs(
Object^ p_Sender,
ShellTreeNode^ p_Node
)
new :
p_Sender : Object *
p_Node : ShellTreeNode -> UpdateFolderEventArgs
Parameters
- p_Sender
- Type: SystemObject
the sender of the event - p_Node
- Type: Jam.ShellShellTreeNode
the node the event is associated with
See Also