MouseKeyboardActivityMonitor.KeyboardHookListener.KeyboardHookListener C# (CSharp) Method

KeyboardHookListener() public method

Initializes a new instance of KeyboardHookListener.
Hooks are not active after instantiation. You need to use either BaseHookListener.Enabled property or call BaseHookListener.Start method.
public KeyboardHookListener ( MouseKeyboardActivityMonitor.WinApi.Hooker hooker ) : System
hooker MouseKeyboardActivityMonitor.WinApi.Hooker Depending on this parameter the listener hooks either application or global keyboard events.
return System
        public KeyboardHookListener(Hooker hooker)
            : base(hooker)
        {
        }