DataObjectCopyingEventArgs.DataObject Property

Definition

Gets the data object associated with the Copying 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 data object associated with the Copying event.

Applies to