INotifyAppearanceVisibilityChanged Interface
Implemented by View Items that send a notification after changing their visibility state.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
The INotifyAppearanceVisibilityChanged interface exposes a single INotifyAppearanceVisibilityChanged.VisibilityChanged event. The event occurs after a View Item’s visibility state changes.
See Also