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

INotifyAppearanceVisibilityChanged.VisibilityChanged Event

Occurs when a View Item‘s visibility state changes.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v18.2.dll

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