Class PreRenderDocumentArgs
Event arguments for Tag elements. We can set flag delegate event to parent.
Inheritance
System.Object
System.EventArgs
PreRenderDocumentArgs
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 PreRenderDocumentArgs : EventArgs
Constructors
PreRenderDocumentArgs(InputHTML)
Initializes a new instance of the PreRenderDocumentArgs class
Declaration
public PreRenderDocumentArgs(InputHTML document)
Parameters
Type | Name | Description |
---|---|---|
InputHTML | document | Document which is going to be rendered. |
Properties
Document
Gets the image stream.
Declaration
public InputHTML Document { get; }
Property Value
Type |
---|
InputHTML |