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

In This Topic
    OnTextInput Method (GridColumnHeaderCell)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnTextInput( _
       ByVal e As TextCompositionEventArgs _
    ) 
    protected virtual void OnTextInput( 
       TextCompositionEventArgs e
    )

    Parameters

    e
    See Also