ACAT.Lib.Extension.AlphabetScannerCommon.OnFocusChanged C# (CSharp) Method

OnFocusChanged() public method

Invoked when the focus changes either in the active window or when the active window itself changes. Call this from the OnFocusChanged function in the Alphabet scanner
public OnFocusChanged ( ACAT.Lib.Core.Utility.WindowActivityMonitorInfo info ) : void
info ACAT.Lib.Core.Utility.WindowActivityMonitorInfo
return void
        public void OnFocusChanged(WindowActivityMonitorInfo info)
        {
            _scannerCommon.OnFocusChanged(info);
        }