WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate ErrorEventHandler

    Show / Hide Table of Contents

    Delegate ErrorEventHandler

    Represents the method that will handle the ErrorOccurred event.

    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public delegate void ErrorEventHandler(object sender, ErrorOccurredEventArgs args);
    Parameters
    Type Name Description
    System.Object sender

    The sender the contains PdfViewerControl.

    ErrorOccurredEventArgs args

    The ErrorOccurredEventArgs that contains the ErrorOccurred event data.

    Constructors

    ErrorEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, ErrorOccurredEventArgs, AsyncCallback, Object)

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

    EndInvoke(IAsyncResult)

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

    Invoke(Object, ErrorOccurredEventArgs)

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