menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LoadErrorEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LoadErrorEventArgs

    Class corresponding to arguments in a document that renders error.

    Inheritance
    System.Object
    System.EventArgs
    LoadErrorEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.HTMLUI
    Assembly: Syncfusion.HTMLUI.Windows.dll
    Syntax
    public class LoadErrorEventArgs : EventArgs

    Constructors

    LoadErrorEventArgs(IInputHTML)

    Initializes a new instance of the LoadErrorEventArgs class

    Declaration
    public LoadErrorEventArgs(IInputHTML document)
    Parameters
    Type Name Description
    IInputHTML document

    Document on which rendering error has occurred.

    Properties

    Document

    Gets the document on which rendering error has occurred.

    Declaration
    public IInputHTML Document { get; }
    Property Value
    Type
    IInputHTML
    Remarks

    For more details, see RenderException property of document.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved