ACAT.Extensions.Default.FunctionalAgents.VolumeSettings.VolumeSettingsScanner.OnFocusChanged C# (CSharp) 메소드

OnFocusChanged() 공개 메소드

Invoked when the focus changes either in the active window or when the active window itself changes.
public OnFocusChanged ( WindowActivityMonitorInfo monitorInfo ) : void
monitorInfo WindowActivityMonitorInfo Info about focused element
리턴 void
        public void OnFocusChanged(WindowActivityMonitorInfo monitorInfo)
        {
            _scannerCommon.OnFocusChanged(monitorInfo);
        }