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


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 AutoFilterListBoxItem
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

AutoFilterListBoxItem Class
AutoFilterListBoxItem Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options