A newer version of this page is available.
Switch to the current version.
INotifyAppearanceVisibilityChanged Interface
Implemented by View Items that send a notification after changing their visibility state.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v18.2.dll
Declaration
public interface INotifyAppearanceVisibilityChanged
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
Feedback