StiProcessDescriptionEventArgs Class

Namespace: Stimulsoft.Base.Design

Describes an argument for the event StiProcessDescriptionEvent.

Inheritance

Inherits from: EventArgs

Constructors

Constructor Description
StiProcessDescriptionEventArgs(Type componentType, string name, string description) Initializes a new instance of the StiProcessDescriptionEventArgs class.

StiProcessDescriptionEventArgs(componentType: Type, name: string, description: string)

Initializes a new instance of the StiProcessDescriptionEventArgs class.

Parameters

  • componentType (Type)
  • name (string)
  • description (string)

Properties

Property Type Description
ComponentType Type Gets component type.
Description string Gets or sets property description.
Name string Gets property name.