Click or drag to resize
StagingSynchronizationEventArgs Properties

The StagingSynchronizationEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyObjectType
Object type
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertySyncManager
SyncManager instance.
Public propertyTaskBinaryData
Task binary data
Public propertyTaskData
Task data
Public propertyTaskHandled
Indicates if current task was handled by event handler.
Public propertyTaskType
Task type
Top
See Also