UiCommand..::..SetCaption Event
Occurs when [set caption].
Namespace:
RingSoft.DataEntryControls.EngineAssembly: 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); }