Click or drag to resize

SyncJobChangedEventArgs Class

Provides data for the JobChanged event of a multi point synchronizer.
Inheritance Hierarchy

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class SyncJobChangedEventArgs : CancelEventArgs

The SyncJobChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSyncJobChangedEventArgs
Initializes a new instance of the SyncJobChangedEventArgs class.
Top
Properties
  NameDescription
Public propertyJob
Gets the job.
Public propertyType
Gets the type of event.
Top
See Also