StiDisconnectedEvent Class

Namespace: Stimulsoft.Report.Events

Inheritance

Inherits from: StiEvent

Constructors

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

StiDisconnectedEvent()

Creates a new object of the type StiDisconnectedEvent.


StiDisconnectedEvent(script: string)

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

Parameters

  • script (string) — Script of the event.

StiDisconnectedEvent(parent: StiComponent)

Creates a new object of the type StiDisconnectedEvent 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