Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

INotifyAppearanceVisibilityChanged.VisibilityChanged Event

Occurs when a View Item‘s visibility state changes.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v21.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