HtmlRefreshEventArgs

TheArtOfDev.HtmlRenderer.Core.Entities

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.

Herda de: EventArgs

Construtores

HtmlRefreshEventArgs(bool)

Init.

layout
is re-layout is required for the refresh

Propriedades

Layout : bool

is re-layout is required for the refresh

Métodos

ToString() : string

Returns a string that represents the current object.

Campos

_layout : bool

is re-layout is required for the refresh