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

INotifyAppearanceVisibilityChanged Interface

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

Namespace: DevExpress.ExpressApp.Editors

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