Click or drag to resize

StiComponentOnPainted Method

Raises the Painted event for this component.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected virtual void OnPainted(
	StiPaintEventArgs e
)

Parameters

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