Skip to main content

CustomAppearanceEventArgs(CustomAppearanceEventArgs) 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(
    CustomAppearanceEventArgs args
)

Parameters

Name Type Description
args CustomAppearanceEventArgs

A CustomAppearanceEventArgs object.

Remarks

Instances of the CustomAppearanceEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also