Click or drag to resize

OnDemandLocalFileSystemOnJobChanged Method

Occurs when a job changed.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected override void OnJobChanged(
	SyncJobChangedEventArgs e
)

Parameters

e
Type: ShellBoost.Core.SynchronizationSyncJobChangedEventArgs
The SyncJobChangedEventArgs instance containing the event data.
See Also