UiCommand..::..LostFocus Event
Occurs when [lost focus].
Namespace:
RingSoft.DataEntryControls.EngineAssembly: 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); }