StiGetValueEvent Class

Namespace: Stimulsoft.Report.Gauge.Events

Inheritance

Inherits from: StiEvent

Constructors

Constructor Description
StiGetValueEvent() Creates a new object of the type StiGetValueEvent.
StiGetValueEvent(string script) Creates a new object of the type StiGetValueEvent with specified arguments.

StiGetValueEvent()

Creates a new object of the type StiGetValueEvent.


StiGetValueEvent(script: string)

Creates a new object of the type StiGetValueEvent with specified arguments.

Parameters

  • script (string) — Script of the event.

Methods

Method Returns Description
GetEventType Type Return the type of the event.
GetParameters StiParameterInfo[] Returns an array of event parameters.
ToString string Returns the string representation of the event.

Method Details

GetEventType

GetEventType(): Type

Return the type of the event.

Returns Type — Event type.


GetParameters

GetParameters(): StiParameterInfo[]

Returns an array of event parameters.

Returns StiParameterInfo[] — Array of event parameters.


ToString

ToString(): string

Returns the string representation of the event.

Returns string