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

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