Class HtmlRefreshEventArgs
Raised when html renderer requires refresh of the control hosting (invalidation and re-layout).
It can happen if some async event has occurred that requires re-paint and re-layout of the html.
Example: async download of image is complete.
Inheritance
Inherited Members
Namespace: TheArtOfDev.HtmlRenderer.Core.Entities
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public sealed class HtmlRefreshEventArgs : EventArgs
Constructors
HtmlRefreshEventArgs(Boolean)
Init.
Declaration
public HtmlRefreshEventArgs(bool layout)
Parameters
System.Boolean
layout
is re-layout is required for the refresh |
Properties
Layout
is re-layout is required for the refresh
Declaration
public bool Layout { get; }
Property Value
System.Boolean
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|