PeerObject.SynchronizingObject Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the object used to marshal the event handler calls that are issued as a result of a PeerObject instance change.
public:
 property System::ComponentModel::ISynchronizeInvoke ^ SynchronizingObject { System::ComponentModel::ISynchronizeInvoke ^ get(); void set(System::ComponentModel::ISynchronizeInvoke ^ value); };[System.ComponentModel.Browsable(false)]
public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get; set; }[<System.ComponentModel.Browsable(false)>]
member this.SynchronizingObject : System.ComponentModel.ISynchronizeInvoke with get, setPublic Property SynchronizingObject As ISynchronizeInvokeProperty Value
Object with an implementation of the ISynchronizeInvoke interface. This object is used for event handler synchronization.
- Attributes
Exceptions
The calling object has been disposed.