Click or drag to resize

ChangeNotifyEventArgs Class

Provides data for the Notify event of the ChangeNotifier type.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    callback.ShellBoost.Core.UtilitiesChangeNotifyEventArgs

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class ChangeNotifyEventArgs : EventArgs

The ChangeNotifyEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyEvent
Gets the type of event.
Public propertyExtendedEvent
Gets the type of extended event.
Public propertyExtendedEventData1
Gets first extended event data in the case of an extended event.
Public propertyExtendedEventData2
Gets second extended event data in the case of an extended event.
Public propertyFileSystemPath1
Gets event source first item's file system path.
Public propertyFileSystemPath2
Gets event source second item's file system path.
Public propertyIdList1
Gets event source first item's PIDL.
Public propertyIdList2
Gets event source second item's PIDL.
Public propertyPath1
Gets event source first item's path.
Public propertyPath2
Gets event source second item's path.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also