DataObjectPastingEventArgs.SourceDataObject Property

Definition

Gets a copy of the original data object associated with the paste operation.

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

Property Value

A copy of the original data object associated with the paste operation.

Applies to