Click or drag to resize

ItemsChangeEventArgsItems Property

IT Hit User File System
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.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.2.27026.0
Syntax
public ChangeEventItem[] Items { get; }

Property Value

Type: ChangeEventItem

Implements

IItemsChangeItems
See Also