Back to Devexpress

ApplyAppearanceEventArgs Class

expressappframework-devexpress-dot-expressapp-dot-conditionalappearance-967185b4.md

latest2.7 KB
Original Source

ApplyAppearanceEventArgs Class

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

Declaration

csharp
public class ApplyAppearanceEventArgs :
    HandledEventArgs
vb
Public Class ApplyAppearanceEventArgs
    Inherits HandledEventArgs

ApplyAppearanceEventArgs is the data class for the following events:

Remarks

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.

Inheritance

Object EventArgs HandledEventArgs ApplyAppearanceEventArgs

See Also

ApplyAppearanceEventArgs Members

DevExpress.ExpressApp.ConditionalAppearance Namespace