DataObjectCopyingEventArgs.DataObject プロパティ

定義

Copying イベントに関連付けられているデータ オブジェクトを取得します。

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

プロパティ値

Copying イベントに関連付けられているデータ オブジェクト。

適用対象