ShellBrowser .Net Edition
ChangeNotificationEventArgs Class
NamespacesJam.ShellChangeNotificationEventArgs
The ChangeNotificationEventArgs contains data for the Change event.
Declaration Syntax
C#Visual BasicVisual C++
public class ChangeNotificationEventArgs : EventArgs
Public Class ChangeNotificationEventArgs _
	Inherits EventArgs
public ref class ChangeNotificationEventArgs : public EventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ChangeNotificationEventArgs(NotificationEvents, String, String)
Initializes a new instance of the ChangeNotificationEventArgs class.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Event
Contains the type of the event.

Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Path1
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.

Path2
The variable path2 contains the destination path for the events: FolderRename, FileRename. For all other events, path2 should be ignored.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
EventArgs
 ChangeNotificationEventArgs

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)