Click or drag to resize

StiProcessDescriptionEventArgs Constructor

Initializes a new instance of the StiProcessDescriptionEventArgs class

Namespace:  Stimulsoft.Base.Design
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public StiProcessDescriptionEventArgs(
	Type componentType,
	string name,
	string description
)

Parameters

componentType
Type: SystemType

[Missing <param name="componentType"/> documentation for "M:Stimulsoft.Base.Design.StiProcessDescriptionEventArgs.#ctor(System.Type,System.String,System.String)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Stimulsoft.Base.Design.StiProcessDescriptionEventArgs.#ctor(System.Type,System.String,System.String)"]

description
Type: SystemString

[Missing <param name="description"/> documentation for "M:Stimulsoft.Base.Design.StiProcessDescriptionEventArgs.#ctor(System.Type,System.String,System.String)"]

See Also