Delegate DispatchProc
Represents a function which is called when an event occurs.
Namespace: SharpHook.Native
Assembly: SharpHook.dll
Syntax
public delegate void DispatchProc(ref UioHookEvent e, IntPtr userData);
Parameters
Type | Name | Description |
---|---|---|
UioHookEvent | e | The event that has occured. |
IntPtr | userData | The data that was passed to SetDispatchProc(DispatchProc, IntPtr). Should not be used. |