Click or drag to resize

MultiPointSynchronizerOnStopped Method

Called when this instance has stopped.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void OnStopped(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
The sender.
e
Type: SystemEventArgs
The EventArgs instance containing the event data.
See Also