ACAT.Lib.Extension.AlphabetScannerCommon.OnFocusChanged C# (CSharp) 메소드

OnFocusChanged() 공개 메소드

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
리턴 void
        public void OnFocusChanged(WindowActivityMonitorInfo info)
        {
            _scannerCommon.OnFocusChanged(info);
        }