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