DataObjectSettingDataEventArgs.DataObject Property

Definition

Gets the DataObject associated with the SettingData event.

public:
 property System::Windows::IDataObject ^ DataObject { System::Windows::IDataObject ^ get(); };
public System.Windows.IDataObject DataObject { get; }
member this.DataObject : System.Windows.IDataObject
Public ReadOnly Property DataObject As IDataObject

Property Value

The DataObject associated with the SettingData event.

Applies to