ChartDirector 7.0 (PHP Edition)

JsChartViewer.removeEventListener


Usage

removeEventListener(obj, evt, func[, useCapture])

Description

Removes an event handler attached via a previous call to JsChartViewer.addEventListener.

Note: This is a static method (class method). It should be accessed as JsChartViewer.removeEventListener, not objName.removeEventListener.

Arguments

ArgumentDefaultDescription
obj(Mandatory)The same obj argument that was passed to the previous call to JsChartViewer.addEventListener.
evt(Mandatory)The same evt argument that was passed to the previous call to JsChartViewer.addEventListener.
func(Mandatory)The same func argument that was passed to the previous call to JsChartViewer.addEventListener.
useCapture(Optional)The same useCapture argument that was passed to the previous call to JsChartViewer.addEventListener.

Return Value

None