menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate SfCalculator.ErrorMessageEventHandler - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Delegate SfCalculator.ErrorMessageEventHandler

    Used for handling events due to error messages.

    Namespace: Syncfusion.Windows.Controls.Input
    Assembly: Syncfusion.SfInput.Wpf.dll
    Syntax
    public delegate void ErrorMessageEventHandler(object Sender, ErrorDisplayArgs args);
    Parameters
    Type Name Description
    System.Object Sender
    ErrorDisplayArgs args

    Constructors

    ErrorMessageEventHandler(Object, IntPtr)

    Declaration
    public ErrorMessageEventHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Object, ErrorDisplayArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object Sender, ErrorDisplayArgs args, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object Sender
    ErrorDisplayArgs args
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(Object, ErrorDisplayArgs)

    Declaration
    public virtual void Invoke(object Sender, ErrorDisplayArgs args)
    Parameters
    Type Name Description
    System.Object Sender
    ErrorDisplayArgs args
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved