FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / C1GridControl Class / OnTextInput Method

In This Topic
    OnTextInput Method (C1GridControl)
    In This Topic
    Invoked when an unhandled System.Windows.Input.TextCompositionManager.TextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnTextInput( _
       ByVal e As TextCompositionEventArgs _
    ) 
    protected override void OnTextInput( 
       TextCompositionEventArgs e
    )

    Parameters

    e
    See Also