AppearanceController.CollectAppearance Event
In This Article
OBSOLETE
Use 'Custom
Occurs after conditional appearance rules for the target UI element are collected.
Namespace: DevExpress.ExpressApp.ConditionalAppearance
Assembly: DevExpress.ExpressApp.ConditionalAppearance.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ConditionalAppearance
#Declaration
[Obsolete("Use 'CustomApplyAppearance' or 'AppearanceApplied' instead.", true)]
public event EventHandler<CollectAppearanceEventArgs> CollectAppearance
#Event Data
The CollectAppearance event's data class is DevExpress.ExpressApp.ConditionalAppearance.CollectAppearanceEventArgs.
#Remarks
This event is now obsolete. Use the AppearanceController.CustomApplyAppearance and AppearanceController.AppearanceApplied events instead.
See Also