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

CalculatorCustomErrorTextEventHandler Delegate

Represents a method that will handle the Calculator.CustomErrorText event.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public delegate void CalculatorCustomErrorTextEventHandler(
    object sender,
    CalculatorCustomErrorTextEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e CalculatorCustomErrorTextEventArgs

A CalculatorCustomErrorTextEventArgs object that contains event data.

See Also