Class HtmlRefreshEventArgs
- Namespace
- TheArtOfDev.HtmlRenderer.Core.Entities
- Assembly
- StockSharp.Xaml.dll
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.
public sealed class HtmlRefreshEventArgs : EventArgs
- Inheritance
-
HtmlRefreshEventArgs
- Inherited Members
- Extension Methods
Constructors
HtmlRefreshEventArgs(bool)
Init.
public HtmlRefreshEventArgs(bool layout)
Parameters
layout
boolis re-layout is required for the refresh
Properties
Layout
is re-layout is required for the refresh
public bool Layout { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()