INotifyAppearanceVisibilityChanged.VisibilityChanged Event
Occurs when a View Item‘s visibility state changes.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Event Data
The VisibilityChanged event's data class is EventArgs.
Remarks
Generally, you do not need to handle this event.
See Also