BetterExplorer.MainWindow.RibbonWindow_StateChanged C# (CSharp) 메소드

RibbonWindow_StateChanged() 개인적인 메소드

private RibbonWindow_StateChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void
    private void RibbonWindow_StateChanged(object sender, EventArgs e) {
      //tcMain.CurrentTabItem = tcMain.SelectedItem as Wpf.Controls.TabItem;
      tcMain.IsSelectionHandled = true;
      //if (this.WindowState != WindowState.Minimized && this.IsActive) focusTimer.Start();
    }
MainWindow