PeerObject.SynchronizingObject Property

Definition

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, set
Public Property SynchronizingObject As ISynchronizeInvoke

Property 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.

Applies to