ShellBrowser .Net Edition
ChangeNotificationPidlEventArgs Class
NamespacesJam.ShellChangeNotificationPidlEventArgs
The ChangeNotificationEventArgs contains data for the ChangePIDL()()() event.
Declaration Syntax
C#Visual BasicVisual C++
public class ChangeNotificationPidlEventArgs : EventArgs
Public Class ChangeNotificationPidlEventArgs _
	Inherits EventArgs
public ref class ChangeNotificationPidlEventArgs : public EventArgs
Members
All MembersMethodsProperties



IconMemberDescription
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.)
Pidl1
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.

Pidl2
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
 ChangeNotificationPidlEventArgs

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