StiEnterEvent Class

Namespace: Stimulsoft.Report.Events

Inheritance

Inherits from: StiEvent

Constructors

Constructor Description
StiEnterEvent() Creates a new object of the type StiEnterEvent.
StiEnterEvent(string script) Creates a new object of the type StiEnterEvent with specified arguments.
StiEnterEvent(StiComponent parent) Creates a new object of the type StiEvent with specified arguments.

StiEnterEvent()

Creates a new object of the type StiEnterEvent.


StiEnterEvent(script: string)

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

Parameters

  • script (string) — Script of the event.

StiEnterEvent(parent: StiComponent)

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

Parameters

  • parent (StiComponent) — Component which contain this event.

Methods

Method Returns Description
ToString string Returns the string representation of the event.

Method Details

ToString

ToString(): string

Returns the string representation of the event.

Returns string