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

UiCommand..::..OnSetFocus Event

Occurs when [on set focus].

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

Syntax


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