Name | Description | |
---|---|---|
![]() | FileSystemEventArgs Constructor | Initializes a new instance of the FileSystemEventArgs class. |
The following tables list the members exposed by FileSystemEventArgs.
Name | Description | |
---|---|---|
![]() | FileSystemEventArgs Constructor | Initializes a new instance of the FileSystemEventArgs class. |
Name | Description | |
---|---|---|
![]() | m_currentItem | The current FileSystemItem object being processed. |
![]() | m_targetItem | The current target FileSystemItem object of the process. |
![]() | m_userData | Opaque data that is sent back to the event handler when an event is raised. |
Name | Description | |
---|---|---|
![]() | CurrentItem | Gets or sets the current FileSystemItem object being processed. |
![]() | TargetItem | Gets or sets the destination FileSystemItem object. |
![]() | UserData | Gets or sets the opaque data that will be sent back to the event handler whenever an event is raised. |