Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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