The following tables list the members exposed by MedicalViewerSynchronizationObject.
Public Properties
| Name | Description |
| Cells | Gets the collection that represents the cells that will be synchronized. |
| Mode | Gets or sets the value that enables, disables or changes the synchronization type used to synchronize the cells in this viewer. |
| Parent | Gets the parent of the synchronization object. |
| Type | Gets the type of the synchronization. |
Top
Protected Methods
| Name | Description |
| DoSynchronize | (Abstract) Called when the user adds any new cell to the synchronization object. |
| DoUnSynchronize | (Abstract) Called when the user removes any cell from the synchronization object. |
Top
See Also