SyncronizationEvent Delegate |
IT Hit User File System
Synchronization state change event delegate.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public delegate void SyncronizationEvent(
Object sender,
SynchEventArgs synchEventArgs
)
Public Delegate Sub SyncronizationEvent (
sender As Object,
synchEventArgs As SynchEventArgs
)
public delegate void SyncronizationEvent(
Object^ sender,
SynchEventArgs^ synchEventArgs
)
type SyncronizationEvent =
delegate of
sender : Object *
synchEventArgs : SynchEventArgs -> unit
Parameters
- sender
- Type: SystemObject
Instance firing this event. - synchEventArgs
- Type: ITHit.FileSystemSynchEventArgs
The new synchronization state.
See Also