DataEntryGrid..::..OnPreviewLostKeyboardFocus Method
Invoked when an unhandled PreviewKeyDown 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.DataEntryControls.WPF.DataEntryGridAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
protected void OnPreviewLostKeyboardFocus( KeyboardFocusChangedEventArgs e )
Protected Sub OnPreviewLostKeyboardFocus ( _ e As KeyboardFocusChangedEventArgs _ )
protected: void OnPreviewLostKeyboardFocus( KeyboardFocusChangedEventArgs^ e )
Parameters
- e
- Type: KeyboardFocusChangedEventArgs
The KeyboardFocusChangedEventArgs that contains the event data.