Click or drag to resize

ItemsChangeEventArgs Properties

IT Hit User File System

The ItemsChangeEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyComponentName
Component name that generated this change.
Public propertyDirection
Indicates synchronization direction.
Public propertyItems
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.
Public propertyLength
File length or total number of items in a folder.
Public propertyNotificationTime
Event type. Before, after, progress.
Public propertyOperationContext
Provides additonal information if available, depending on the environment.
Public propertyOperationType
File system operation type, such as creation, population, update, deletion or move.
Public propertyParent
Parent item. This is filled for population operation only.
Public propertyPosition
Progress position.
Public propertyRemoteStorageItemID
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.
Public propertyResult
Operation result.
Public propertyResultContext
Result context.
Public propertySource
Indicates if the operation was initiated by the remote storage or by the user file system.
Top
See Also