ChartDirector 7.0 (ASP/COM/VB 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
Argument | Default | Description |
eventId | (Mandatory) | A text string specifying the event to check. |
Return Value
True if the calling code is handling the specified event, otherwise false.
© 2021 Advanced Software Engineering Limited. All rights reserved.