Click or drag to resize

StiComponentOnPainting 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
protected virtual void OnPainting(
	StiPaintEventArgs e
)

Parameters

e
Type: Stimulsoft.Report.EventsStiPaintEventArgs
A parameter which contains event data.
See Also