ListControl..::..OnKeyDown Method
Invoked when an unhandled 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.
Namespace:
RingSoft.DbLookup.Controls.WPFAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
protected void OnKeyDown( KeyEventArgs e )
Protected Sub OnKeyDown ( _ e As KeyEventArgs _ )
protected: void OnKeyDown( KeyEventArgs^ e )
Parameters
- e
- Type: KeyEventArgs
The KeyEventArgs that contains the event data.