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

UiCommand..::..LostFocus Event

Occurs when [lost focus].

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

Syntax


public event EventHandler<UiLostFocusArgs> LostFocus
Public Event LostFocus As EventHandler(Of UiLostFocusArgs)
public:
 event EventHandler<UiLostFocusArgs^>^ LostFocus {
	void add (EventHandler<UiLostFocusArgs^>^ value);
	void remove (EventHandler<UiLostFocusArgs^>^ value);
}