Click or drag to resize

ItemsChangeBeforeEventArgs Class

IT Hit User File System
Item(s) change event argument, fired before the item(s) change.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ITHit.FileSystem.WindowsItemsChangeEventArgs
      ITHit.FileSystem.WindowsItemsChangeBeforeEventArgs

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.2.27026.0
Syntax
public class ItemsChangeBeforeEventArgs : ItemsChangeEventArgs

The ItemsChangeBeforeEventArgs 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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also