Namespace:  C1.Web.C1WebChart3D
Assembly:  C1.Web.C1WebChart3D.2 (in C1.Web.C1WebChart3D.2.dll)

Syntax

C#
public delegate void C1WebChart3DCallbackEventHandler(
	Object sender,
	C1WebChart3DCallbackEventArgs e
)
Visual Basic
Public Delegate Sub C1WebChart3DCallbackEventHandler ( _
	sender As Object, _
	e As C1WebChart3DCallbackEventArgs _
)

See Also