Click or drag to resize

UpdateFolderEventArgs Class

the UpdateFolderEventArgs carries the environment of a ShellTreeNode that has just been Detail-completed
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellUpdateFolderEventArgs

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public class UpdateFolderEventArgs : EventArgs

The UpdateFolderEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodUpdateFolderEventArgs
the constructor of the UpdateFolderEventArgs
Top
Properties
  NameDescription
Public propertyNode
the node that got the update event
Public propertySender
the object that triggered the event
Top
See Also