expressappframework-devexpress-dot-expressapp-dot-conditionalappearance-967185b4.md
Arguments passed to the AppearanceController.CustomApplyAppearance and AppearanceController.AppearanceApplied events.
Namespace : DevExpress.ExpressApp.ConditionalAppearance
Assembly : DevExpress.ExpressApp.ConditionalAppearance.v25.2.dll
NuGet Package : DevExpress.ExpressApp.ConditionalAppearance
public class ApplyAppearanceEventArgs :
HandledEventArgs
Public Class ApplyAppearanceEventArgs
Inherits HandledEventArgs
ApplyAppearanceEventArgs is the data class for the following events:
The ApplyAppearanceEventArgs class declares properties specific to the AppearanceController.CustomApplyAppearance and AppearanceController.AppearanceApplied events. These events allow you to customize the appearance currently applied to a UI element. For details on these events, refer to the How to: Customize the Conditional Appearance Module Behavior topic.
Object EventArgs HandledEventArgs ApplyAppearanceEventArgs
See Also