Skip to main content
.NET 6.0+

INotifyAppearanceVisibilityChanged.VisibilityChanged Event

Occurs when a View Item‘s visibility state changes.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

event EventHandler VisibilityChanged

Event Data

The VisibilityChanged event's data class is EventArgs.

Remarks

Generally, you do not need to handle this event.

See Also