Click or drag to resize

ChangeNotificationEventArgs Class

The ChangeNotificationEventArgs contains data for the ShellChangeNotifier.Change event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellChangeNotificationEventArgs

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

The ChangeNotificationEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodChangeNotificationEventArgs
Initializes a new instance of the ChangeNotificationEventArgs class.
Top
Properties
  NameDescription
Public propertyEvent
Contains the type of the event.
Public propertyPath1
The variable path1 contains the path of the file or folder for that the event occurred, except for event types that do not refer to a certain file system type: AssociationChange, ImageListChange.
Public propertyPath2
The variable path2 contains the destination path for the events: FolderRename, FileRename. For all other events, path2 should be ignored.
Top
See Also