SetEventHandler

ISvgShape.SetEventHandler method

Sets event handler for the shape

public void SetEventHandler(SvgEvent eventType, string handler)
ParameterTypeDescription
eventTypeSvgEventType of event.
handlerStringJavascript function to handle event. Null value removes handler.

See Also