Click or drag to resize

ItemsChangeEventArgsItems Field

IT Hit User File System
Array of items that are being created, updated, moved or deleted. 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.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public readonly ChangeEventItem[] Items

Field Value

Type: ChangeEventItem
See Also