Table of Contents

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 bool

is re-layout is required for the refresh

Properties

Layout

is re-layout is required for the refresh

public bool Layout { get; }

Property Value

bool

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string