using System; namespace ScreenConnect; public class LowLevelKeyboardHookCalledEventArgs : EventArgs { public WindowsNative.KBDLLHOOKSTRUCT KeyInfo { get; init; } public bool ShouldEat { get; set; } }