SyncServiceBeforeStateChanged Event |
IT Hit User File System
Event, fired before synchronization state changes.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax public event SyncronizationEvent BeforeStateChanged
Public Event BeforeStateChanged As SyncronizationEvent
public:
event SyncronizationEvent^ BeforeStateChanged {
void add (SyncronizationEvent^ value);
void remove (SyncronizationEvent^ value);
}
member BeforeStateChanged : IEvent<SyncronizationEvent,
SynchEventArgs>
Value
Type:
ITHit.FileSystemSyncronizationEventSee Also