RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGrid..::..OnPreviewGotKeyboardFocus Method

Invoked when an unhandled PreviewGotKeyboardFocus 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.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


protected void OnPreviewGotKeyboardFocus(
	KeyboardFocusChangedEventArgs e
)
Protected Sub OnPreviewGotKeyboardFocus ( _
	e As KeyboardFocusChangedEventArgs _
)
protected:
void OnPreviewGotKeyboardFocus(
	KeyboardFocusChangedEventArgs^ e
)

Parameters

e
Type: KeyboardFocusChangedEventArgs
The KeyboardFocusChangedEventArgs that contains the event data.