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

DropDownEditControl..::..OnGotFocus Method

Invoked whenever an unhandled GotFocus event reaches this element in its route.

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


protected void OnGotFocus(
	RoutedEventArgs e
)
Protected Sub OnGotFocus ( _
	e As RoutedEventArgs _
)
protected:
void OnGotFocus(
	RoutedEventArgs^ e
)

Parameters

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