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

INotifyAppearanceVisibilityChanged Interface

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

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.1.dll

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