Name | Description | |
---|---|---|
ItemProgressionEventArgs Constructor | Initializes an new instance of the ItemProgressionEventArgs argument class. |
The following tables list the members exposed by ItemProgressionEventArgs.
Name | Description | |
---|---|---|
ItemProgressionEventArgs Constructor | Initializes an new instance of the ItemProgressionEventArgs argument class. |
Name | Description | |
---|---|---|
m_allItems | An instance of the ProgressionInfo class representing the item count information. | |
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 | |
---|---|---|
AllItems | Gets the total number of items being processed. | |
CurrentItem | The current FileSystemItem object being processed. (Inherited from Xceed.FileSystem.FileSystemEventArgs) | |
TargetItem | The destination FileSystemItem object being processed. (Inherited from FileSystemEventArgs) | |
UserData | Opaque data that is sent back to the event handler. (Inherited from FileSystemEventArgs) |