Share via


RibbonComboBox.OnTextInput Method

Provides class handling for the TextInput routed attached event.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Protected Overrides Sub OnTextInput ( _
    e As TextCompositionEventArgs _
)
protected override void OnTextInput(
    TextCompositionEventArgs e
)
protected:
virtual void OnTextInput(
    TextCompositionEventArgs^ e
) override
abstract OnTextInput : 
        e:TextCompositionEventArgs -> unit 
override OnTextInput : 
        e:TextCompositionEventArgs -> unit 
protected override function OnTextInput(
    e : TextCompositionEventArgs
)

Parameters

Remarks

This implementation marks the TextInput event as handled by setting the Handled property of the event data to true. This implementation does not call the base implementation.

.NET Framework Security

See Also

Reference

RibbonComboBox Class

Microsoft.Windows.Controls.Ribbon Namespace