TextCompositionEventHandler 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示將處理與 TextComposition 和 TextCompositionManager 類別相關之路由事件的方法,例如 TextInput。
public delegate void TextCompositionEventHandler(System::Object ^ sender, TextCompositionEventArgs ^ e);
public delegate void TextCompositionEventHandler(object sender, TextCompositionEventArgs e);
type TextCompositionEventHandler = delegate of obj * TextCompositionEventArgs -> unit
Public Delegate Sub TextCompositionEventHandler(sender As Object, e As TextCompositionEventArgs)
參數
- sender
- Object
附加事件處理常式的物件。
事件資料。
備註
此委派會與下列附加事件搭配使用:
此委派也會與基底元素上的下列路由事件搭配使用。 這些路由事件會轉送一些先前列出的附加事件,使其更容易存取WPF中的一般元素模型。
附加事件和基底元素路由事件會共用其事件數據,而路由事件的反升和通道版本也會共用事件數據。 這可能會影響事件的已處理特性,因為它會移動事件路由。 如需詳細資訊,請參閱 輸入概觀。
擴充方法
GetMethodInfo(Delegate) |
取得表示特定委派所代表之方法的物件。 |