FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ColumnFilterEditor Class / OnKeyDown Method
System.Windows.Input.KeyEventArgs that contains the event data.

In This Topic
    OnKeyDown Method (ColumnFilterEditor)
    In This Topic
    Close editor when user presses Enter or Escape.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnKeyDown( _
       ByVal e As KeyEventArgs _
    ) 
    protected override void OnKeyDown( 
       KeyEventArgs e
    )

    Parameters

    e
    System.Windows.Input.KeyEventArgs that contains the event data.
    See Also