Managed Windows API
LowLevelMouseHook..::.MouseCallback Delegate
NamespacesManagedWinapi.HooksLowLevelMouseHookLowLevelMouseHook..::.MouseCallback
Represents a method that handles an intercepted mouse action.
Declaration Syntax
C#
public delegate void MouseCallback(
	int msg,
	POINT pt,
	int mouseData,
	int flags,
	int time,
	IntPtr dwExtraInfo,
	ref bool handled
)
Parameters
msg (Int32)
pt (POINT)
mouseData (Int32)
flags (Int32)
time (Int32)
dwExtraInfo (IntPtr)
handled ( Boolean %)

Assembly: ManagedWinapi (Module: ManagedWinapi) Version: 0.3.0.0 (0.3)