Skip to main content
.NET 6.0+

INotifyAppearanceVisibilityChanged Interface

Implemented by View Items that send a notification after changing their visibility state.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public interface INotifyAppearanceVisibilityChanged

Remarks

The INotifyAppearanceVisibilityChanged interface exposes a single INotifyAppearanceVisibilityChanged.VisibilityChanged event. The event occurs after a View Item’s visibility state changes.

See Also