The following tables list the members exposed by SynchronizationEventArgs.
Public Constructors
Public Properties
| Name | Description |
| IsFirstSynchronization | Gets a boolean value indicating whether this is the first synchronization
with the current items. |
| IsPartOfAFolderSynchronization | Gets a boolean value indicating whether the current synchronization
is part of a larger synchronization job where folders are being synchronized. |
| Options | Gets or set the SynchronizationOptions that will be used for the current synchronization job. |
| UserData | Gets or sets the opaque data that will be sent back to the event handler whenever an event is raised. |
Top
See Also