View.CaptionChanged Event
Occurs after changing a View‘s caption.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Event Data
The CaptionChanged event's data class is EventArgs.
Remarks
Occurs after changing the current View’s caption as a result of setting a value to the View.Caption property.
To specify a View’s caption, use the View.Caption property.
See Also