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

UiCommand..::..SetCaption Event

Occurs when [set caption].

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

Syntax


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