Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ApplyAppearanceEventArgs Constructors

Arguments passed to the AppearanceController.CustomApplyAppearance and AppearanceController.AppearanceApplied events.
Name Parameters Description
ApplyAppearanceEventArgs(AppearanceObject, String, String, Object, Object[], EvaluatorContextDescriptor, List<IConditionalAppearanceItem>, IViewInfo) appearanceObject, itemType, itemName, item, contextObjects, evaluatorContextDescriptor, appearanceItems, view Initializes a new instance of the ApplyAppearanceEventArgs class.
ApplyAppearanceEventArgs(AppearanceObject, String, String, Object, Object[], EvaluatorContextDescriptor, List<IConditionalAppearanceItem>, View) appearanceObject, itemType, itemName, item, contextObjects, evaluatorContextDescriptor, appearanceItems, view Obsolete. Initializes a new instance of the ApplyAppearanceEventArgs class.
ApplyAppearanceEventArgs(AppearanceObject, String, String, Object, Object[], EvaluatorContextDescriptor, List<IConditionalAppearanceItem>) appearanceObject, itemType, itemName, item, contextObjects, evaluatorContextDescriptor, appearanceItems Obsolete. Initializes a new instance of the ApplyAppearanceEventArgs class.
See Also