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.

Erbt von: EventArgs

Konstruktoren

HtmlRefreshEventArgs(bool)

Init.

layout
is re-layout is required for the refresh

Eigenschaften

Layout : bool

is re-layout is required for the refresh

Methoden

ToString() : string

Returns a string that represents the current object.

Felder

_layout : bool

is re-layout is required for the refresh