Click or drag to resize

StiWCFEventArgs Constructor (String, IStiDesignerBase)

Initializes a new instance of the StiWCFEventArgs class

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiWCFEventArgs(
	string xml,
	IStiDesignerBase designer
)

Parameters

xml
Type: SystemString

[Missing <param name="xml"/> documentation for "M:Stimulsoft.Report.Events.StiWCFEventArgs.#ctor(System.String,Stimulsoft.Report.Design.IStiDesignerBase)"]

designer
Type: Stimulsoft.Report.DesignIStiDesignerBase

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

See Also