Back to Devexpress

AppearanceController Events

expressappframework-devexpress-dot-expressapp-dot-conditionalappearance-dot-appearancecontroller-dot-underscore-events.md

latest4.4 KB
Original Source

AppearanceController Events

A ViewController descendant that applies conditional appearance rules to specified UI elements.

NameDescription
ActivatedOccurs when a Controller is activated. Inherited from Controller.
AfterConstructionOccurs after a Controller is created. Inherited from Controller.
AppearanceAppliedOccurs after the conditional appearance is applied to the target UI element.
CollectAppearanceRulesOccurs after conditional appearance rules for the business object represented by the specified View are collected from the Application Model.
CustomApplyAppearanceThis event occurs before the conditional appearance updates the target UI element.
CustomCollectAllAppearanceRulePropertiesOccurs when appearance rules are collected. Use this event to provide the list of rules from a custom source.
CustomCreateAppearanceRuleOccurs when an AppearanceRule object is created.
CustomGetIsRulePropertiesEmptyOccurs when the Appearance Controller collects the appearance rules and determines whether or not the specific IAppearanceRuleProperties object is empty.
DeactivatedOccurs after a Controller has been deactivated. Inherited from Controller.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
FrameAssignedOccurs after a Frame (Window) has been assigned to a Controller. Inherited from Controller.
ViewControlsCreatedOccurs after the controls have been created for the current Controller’s ViewController.View if the Controller has already been activated. Inherited from ViewController.
ViewControlsDestroyingFor internal use only. Inherited from ViewController.

See Also

AppearanceController Class

AppearanceController Members

DevExpress.ExpressApp.ConditionalAppearance Namespace