Namespace:  C1.Web.C1WebChartBase
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
protected abstract int MouseHookProc(
	int nCode,
	IntPtr wParam,
	IntPtr lParam
)
Visual Basic
Protected MustOverride Function MouseHookProc ( _
	nCode As Integer, _
	wParam As IntPtr, _
	lParam As IntPtr _
) As Integer

Parameters

nCode
Type: System..::..Int32
wParam
Type: System..::..IntPtr
lParam
Type: System..::..IntPtr

See Also