RoutedEventArgs 類別

定義

包含與路由事件相關聯的狀態資訊和事件資料。

public ref class RoutedEventArgs : EventArgs
public class RoutedEventArgs : EventArgs
type RoutedEventArgs = class
    inherit EventArgs
Public Class RoutedEventArgs
Inherits EventArgs
繼承
RoutedEventArgs
衍生

備註

不同的 RoutedEventArgs 可以搭配單 RoutedEvent 一 使用。 這個類別負責封裝 的事件資料 RoutedEvent ,以提供額外的事件狀態資訊,而且由事件系統用來叫用與路由事件相關聯的處理常式。

建構函式

RoutedEventArgs()

初始化 RoutedEventArgs 類別的新執行個體。

RoutedEventArgs(RoutedEvent)

使用提供的路由事件識別項,初始化 RoutedEventArgs 類別的新執行個體。

RoutedEventArgs(RoutedEvent, Object)

使用提供的路由事件識別項並提供宣告不同事件來源的機會,初始化 RoutedEventArgs 類別的新執行個體。

屬性

Handled

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

OriginalSource

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

RoutedEvent

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

Source

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

方法

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

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

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

MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
OnSetSource(Object)

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

ToString()

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

(繼承來源 Object)

適用於

另請參閱