Class PreRenderDocumentArgs
Event arguments for Tag elements. We can set flag delegate event to parent.
Inheritance
System.Object
PreRenderDocumentArgs
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 |