Skip to main content
A newer version of this page is available. .

View.CaptionChanged Event

Occurs after changing a View‘s caption.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public event EventHandler CaptionChanged

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