DataObjectCopyingEventArgs 類別

定義

. DataObjectCopying 事件的引數。

public ref class DataObjectCopyingEventArgs sealed : System::Windows::DataObjectEventArgs
public sealed class DataObjectCopyingEventArgs : System.Windows.DataObjectEventArgs
type DataObjectCopyingEventArgs = class
    inherit DataObjectEventArgs
Public NotInheritable Class DataObjectCopyingEventArgs
Inherits DataObjectEventArgs
繼承

備註

Copying 複製作業完成將選取的內容轉換成所有指定的資料格式、已將所有資料格式儲存在相關聯的資料物件中,並準備好將資料物件放在系統剪貼簿上或開始拖曳作業時,就會發生此事件。

建構函式

DataObjectCopyingEventArgs(IDataObject, Boolean)

初始化 DataObjectCopyingEventArgs 的新執行個體。

屬性

CommandCancelled

取得值,這個值表示相關聯的命令或作業是否已取消。

(繼承來源 DataObjectEventArgs)
DataObject

取得與 Copying 事件關聯的資料物件。

Handled

取得或設定值,這個值表示路由事件在傳送路由時之事件處理的目前狀態。

(繼承來源 RoutedEventArgs)
IsDragDrop

取得值,這個值表示相關聯的事件是否為拖放作業的一部分。

(繼承來源 DataObjectEventArgs)
OriginalSource

在父類別進行任何可能的 Source 調整之前,取得純點擊測試所判定的原始報告來源。

(繼承來源 RoutedEventArgs)
RoutedEvent

取得或設定與這個 RoutedEventArgs 執行個體相關聯的 RoutedEvent

(繼承來源 RoutedEventArgs)
Source

取得或設定引發事件之物件的參考。

(繼承來源 RoutedEventArgs)

方法

CancelCommand()

取消相關聯的命令或作業。

(繼承來源 DataObjectEventArgs)
Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
InvokeEventHandler(Delegate, Object)

在衍生類別中覆寫時,提供以特定類型方式叫用事件處理常式的方式,這可透過基底實作來提高效率。

(繼承來源 RoutedEventArgs)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
OnSetSource(Object)

在衍生類別中覆寫時,每當執行個體的 Source 屬性值變更,便會提供通知回呼進入點。

(繼承來源 RoutedEventArgs)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於