Click or drag to resize

StiSaveLoadPageEventHandler Delegate

Represents the method that is invoked for the page saving and loading process into the report cache.

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

Parameters

sender
Type: SystemObject
e
Type: Stimulsoft.Report.EventsStiSaveLoadPageEventArgs
See Also