Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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