Click or drag to resize

StiSavingObjectEventArgs Constructor

Initializes a new instance of the StiSavingObjectEventArgs class

Namespace:  Stimulsoft.Report.Design
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiSavingObjectEventArgs(
	bool saveAs,
	StiSaveEventSource eventSource
)

Parameters

saveAs
Type: SystemBoolean

[Missing <param name="saveAs"/> documentation for "M:Stimulsoft.Report.Design.StiSavingObjectEventArgs.#ctor(System.Boolean,Stimulsoft.Report.Design.StiSaveEventSource)"]

eventSource
Type: Stimulsoft.Report.DesignStiSaveEventSource

[Missing <param name="eventSource"/> documentation for "M:Stimulsoft.Report.Design.StiSavingObjectEventArgs.#ctor(System.Boolean,Stimulsoft.Report.Design.StiSaveEventSource)"]

See Also