Name | Description | |
---|---|---|
ItemProcessingEventArgs Constructor |
The following tables list the members exposed by ItemProcessingEventArgs.
Name | Description | |
---|---|---|
ItemProcessingEventArgs Constructor |
Name | Description | |
---|---|---|
ExcludedInternal | ||
m_currentItem | The current FileSystemItem object being processed. (Inherited from Xceed.FileSystem.FileSystemEventArgs) | |
m_targetItem | The current target FileSystemItem object of the process. (Inherited from FileSystemEventArgs) | |
m_userData | Opaque data that is sent back to the event handler when an event is raised. (Inherited from FileSystemEventArgs) |
Name | Description | |
---|---|---|
CurrentItem | Gets or sets the current FileSystemItem object being processed. (Inherited from Xceed.FileSystem.FileSystemEventArgs) | |
Excluded | Gets or sets a Boolean value that indicates whether the item pair should be excluded from the processing list or not. Default: False | |
TargetItem | Gets or sets the destination FileSystemItem object. (Inherited from FileSystemEventArgs) | |
UserData | Gets or sets the opaque data that will be sent back to the event handler whenever an event is raised. (Inherited from FileSystemEventArgs) |