Click or drag to resize

StiComponentCreationEventArgs Constructor

Initializes a new instance of the StiComponentCreationEventArgs class

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiComponentCreationEventArgs(
	IStiDesignerBase designer,
	StiComponent component
)

Parameters

designer
Type: Stimulsoft.Report.DesignIStiDesignerBase

[Missing <param name="designer"/> documentation for "M:Stimulsoft.Report.Events.StiComponentCreationEventArgs.#ctor(Stimulsoft.Report.Design.IStiDesignerBase,Stimulsoft.Report.Components.StiComponent)"]

component
Type: Stimulsoft.Report.ComponentsStiComponent

[Missing <param name="component"/> documentation for "M:Stimulsoft.Report.Events.StiComponentCreationEventArgs.#ctor(Stimulsoft.Report.Design.IStiDesignerBase,Stimulsoft.Report.Components.StiComponent)"]

See Also