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.