ItemsChangeEventArgs Class |
Namespace: ITHit.FileSystem.Windows
The ItemsChangeEventArgs type exposes the following members.
Name | Description | |
---|---|---|
ComponentName |
Component name that generated this change.
| |
Direction |
Indicates synchronization direction.
| |
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.
| |
Length |
File length or total number of items in a folder.
| |
NotificationTime |
Event type. Before, after, progress.
| |
OperationContext |
Provides additonal information if available, depending on the environment.
| |
OperationType |
File system operation type, such as creation, population, update, deletion or move.
| |
Parent |
Parent item. This is filled for population operation only.
| |
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.
| |
Result |
Operation result.
| |
ResultContext |
Result context.
| |
Source |
Indicates if the operation was initiated by the remote storage or by the user file system.
|
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.) |