ChartDirector 7.1 (.NET Edition)

JsChartViewer.isInEvent


Usage

isInEvent(eventId)

Description

Determines if the calling code is handling the specified event.

The same event handler can be used to handle multiple events. This method allows the handler to determine which event is causing it to execute.

Arguments

ArgumentDefaultDescription
eventId(Mandatory)A text string specifying the event to check.

Return Value

True if the calling code is handling the specified event, otherwise false.