Click or drag to resize

StiComponentRemovingEventArgs Constructor

Initializes a new instance of the StiComponentRemovingEventArgs class

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

Parameters

designer
Type: Stimulsoft.Report.DesignIStiDesignerBase

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

component
Type: Stimulsoft.Report.ComponentsStiComponent

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

See Also