ItemsChangeProgressEventArgs Class |
Namespace: ITHit.FileSystem.Windows
The ItemsChangeProgressEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ComponentName |
Component name that generated this change.
(Inherited from ItemsChangeEventArgs.) | |
| Direction |
Indicates synchronization direction.
(Inherited from ItemsChangeEventArgs.) | |
| Items |
Array of items that are changing.
For create and population operations this is an array of children items.
For update, move and delete operations this list always conains a single item.
(Inherited from ItemsChangeEventArgs.) | |
| Length |
File length or total number of items in a folder.
| |
| NotificationTime |
Event type. Before, after, progress.
(Inherited from ItemsChangeEventArgs.) | |
| OperationContext |
Provides additonal information if available, depending on the environment.
(Inherited from ItemsChangeEventArgs.) | |
| OperationType |
File system operation type, such as creation, population, update, deletion or move.
(Inherited from ItemsChangeEventArgs.) | |
| Parent |
Parent item. This is filled for creation and listing operation only.
(Inherited from ItemsChangeEventArgs.) | |
| Position |
Progress position.
| |
| RemoteStorageItemID |
Remote storage item ID.
In case of a create operation this is a parent remote storage item ID.
The remote storage item ID for each item in case of the create operation is passed in property.
(Inherited from ItemsChangeEventArgs.) | |
| Result |
Operation result.
(Inherited from ItemsChangeEventArgs.) | |
| ResultContext |
Result context.
(Inherited from ItemsChangeEventArgs.) | |
| Source |
Indicates if the operation was initiated by the remote storage or by the user file system.
(Inherited from ItemsChangeEventArgs.) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |