GrapeCity.Xaml.SpreadSheet.UI
OnKeyDown Method (AutoFilterEditor)


The System.Windows.Input.KeyEventArgs that contains the event data.
Invoked when an unhandled System.Windows.Input.Keyboard.KeyDown 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 OnKeyDown( _
   ByVal e As KeyRoutedEventArgs _
) 
'Usage
 
Dim instance As AutoFilterEditor
Dim e As KeyRoutedEventArgs
 
instance.OnKeyDown(e)
protected override void OnKeyDown( 
   KeyRoutedEventArgs e
)

Parameters

e
The System.Windows.Input.KeyEventArgs that contains the event data.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

AutoFilterEditor Class
AutoFilterEditor Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options