Click or drag to resize

StiGotoCompEventHandler Delegate

Represents the method that handles the GotoComp event.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public delegate void StiGotoCompEventHandler(
	Object sender,
	StiGotoCompEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Stimulsoft.ReportStiGotoCompEventArgs
See Also