the constructor of the UpdateFolderEventArgs
| C# | Visual Basic | Visual C++ |
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 )
- p_Sender (Object)
- the sender of the event
- p_Node (ShellTreeNode)
- the node the event is associated with