Click or drag to resize

ChangeNotifyEventArgs Properties

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
See Also