Click or drag to resize

ItemsChangeAfterEventArgs Properties

IT Hit User File System

The ItemsChangeAfterEventArgs type exposes the following members.

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