Click or drag to resize

StiComponentInvokePainting Method

Raises the Painting event for this component.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void InvokePainting(
	StiComponent sender,
	StiPaintEventArgs e
)

Parameters

sender
Type: Stimulsoft.Report.ComponentsStiComponent
A sender which invokes an event.
e
Type: Stimulsoft.Report.EventsStiPaintEventArgs
A parameter which contains event data.
See Also