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

UiCommand..::..GotFocus Event

Occurs when [got focus].

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

Syntax


public event EventHandler GotFocus
Public Event GotFocus As EventHandler
public:
 event EventHandler^ GotFocus {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}