Click or drag to resize

MultiPointSynchronizerOnStopping Method

Called when this instance is stopping.

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

Parameters

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