CustomAppearanceEventArgs(DependencyProperty, Object, Object) Constructor
Initializes a new instance of the CustomAppearanceEventArgs class with the specified event arguments.
Namespace: DevExpress.Xpf.Core.ConditionalFormatting
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
public CustomAppearanceEventArgs(
DependencyProperty property,
object originalValue,
object conditionalValue
)
Parameters
Name | Type | Description |
---|---|---|
property | DependencyProperty | A dependency property whose value is changed by the conditional formatting mechanism. |
originalValue | Object | A Object object. |
conditionalValue | Object | A Object object. |
Remarks
Instances of the CustomAppearanceEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also