FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridFilterCell Class / OnPreviewTextInput Method

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

    Parameters

    e
    See Also