Click or drag to resize

SyncronizationEvent Delegate

IT Hit User File System
Synchronization state change event delegate.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26791.0-Beta2
Syntax
public delegate void SyncronizationEvent(
	Object sender,
	SynchEventArgs synchEventArgs
)

Parameters

sender
Type: SystemObject
Instance firing this event.
synchEventArgs
Type: ITHit.FileSystemSynchEventArgs
The new synchronization state.
See Also