Click or drag to resize

StiPageInvokePagePainted Method

Raises the PagePainted event for this page.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void InvokePagePainted(
	StiPage sender,
	StiPagePaintEventArgs e
)

Parameters

sender
Type: Stimulsoft.Report.ComponentsStiPage

[Missing <param name="sender"/> documentation for "M:Stimulsoft.Report.Components.StiPage.InvokePagePainted(Stimulsoft.Report.Components.StiPage,Stimulsoft.Report.Events.StiPagePaintEventArgs)"]

e
Type: Stimulsoft.Report.EventsStiPagePaintEventArgs

[Missing <param name="e"/> documentation for "M:Stimulsoft.Report.Components.StiPage.InvokePagePainted(Stimulsoft.Report.Components.StiPage,Stimulsoft.Report.Events.StiPagePaintEventArgs)"]

See Also