Click or drag to resize

EngineWindows Events

IT Hit User File System

The EngineWindows type exposes the following members.

Events
  NameDescription
Public eventDebug
Event fired when the IEngine or user file system implementation code sends a debug message.
(Inherited from Engine.)
Public eventError
Event fired in case of any exceptions in the IEngine or user file system implementation code.
(Inherited from Engine.)
Public eventCode exampleItemsChanged
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.
Public eventMessage
Event fired when the IEngine or user file system implementation code sends an informational message.
(Inherited from Engine.)
Public eventStateChanged
Event fired when the Engine state changes.
(Inherited from Engine.)
Top
See Also