Back to Devexpress

INotifyAppearanceVisibilityChanged Interface

expressappframework-devexpress-dot-expressapp-dot-editors-df57d41f.md

latest1.4 KB
Original Source

INotifyAppearanceVisibilityChanged Interface

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

Namespace : DevExpress.ExpressApp.Editors

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface INotifyAppearanceVisibilityChanged
vb
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

INotifyAppearanceVisibilityChanged Members

DevExpress.ExpressApp.Editors Namespace