Back to Devexpress

CalculatorCustomErrorTextEventHandler Delegate

wpf-devexpress-dot-xpf-dot-editors-34d260ce.md

latest1.4 KB
Original Source

CalculatorCustomErrorTextEventHandler Delegate

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

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public delegate void CalculatorCustomErrorTextEventHandler(
    object sender,
    CalculatorCustomErrorTextEventArgs e
);
vb
Public Delegate Sub CalculatorCustomErrorTextEventHandler(
    sender As Object,
    e As CalculatorCustomErrorTextEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | CalculatorCustomErrorTextEventArgs |

A CalculatorCustomErrorTextEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Editors Namespace