NotifyInputEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供由 InputManager.處理的未經處理輸入資料。
public ref class NotifyInputEventArgs : EventArgs
public class NotifyInputEventArgs : EventArgs
type NotifyInputEventArgs = class
inherit EventArgs
Public Class NotifyInputEventArgs
Inherits EventArgs
- 繼承
- 衍生
備註
輸入暫存區域會處理 WPF 事件的輸入。
NotifyInputEventArgs 需搭配使用 PreNotifyInput 和 PostNotifyInput 事件。
下列階段會在 WPF 中處理輸入:
前置處理階段。 輸入管理員會 PreProcessInput 引發 事件。
預先通知階段。 輸入管理員會 PreNotifyInput 引發 事件。
會引發 WPF 輸入事件或事件。
通知後階段。 輸入管理員會 PostNotifyInput 引發 事件。
後續處理階段。 輸入管理員會 PostProcessInput 引發 事件。
屬性
InputManager |
取得處理輸入事件的輸入管理員。 |
StagingItem |
取得輸入管理員處理的執行區域輸入項目。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |