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

CalculatorCustomErrorTextEventArgs(String) Constructor

Initializes a new instance of the CalculatorCustomErrorTextEventArgs class.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public CalculatorCustomErrorTextEventArgs(
    string errorText
)

Parameters

Name Type Description
errorText String

A String value that specifies the error text. This value is assigned to the CalculatorCustomErrorTextEventArgs.ErrorText property.

Remarks

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

See Also