Click or drag to resize

EngineWindowsItemsChanged Event

IT Hit User File System
Event fired after an item in user file system was created, updated, deleted, moved or metadata changed. This even is fired for both incoming and outgoing synchronization events. It is also fired for failed updates that did not affect any items, providing information about the failure.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public event EngineWindowsItemChangedEventHandler ItemsChanged

Value

Type: ITHit.FileSystem.WindowsEngineWindowsItemChangedEventHandler
Remarks

You can use this event to call a custom method after the item is created, updated, moved, or deleted, for example to update custom properties or display info about item changes in your custom UI.

Examples