Server.FormMain.tcTabs_Selecting C# (CSharp) Méthode

tcTabs_Selecting() private méthode

private tcTabs_Selecting ( object sender, TabControlCancelEventArgs e ) : void
sender object
e TabControlCancelEventArgs
Résultat void
        private void tcTabs_Selecting(object sender, TabControlCancelEventArgs e)
        {
            if(!_tabMap.ContainsKey (tcTabs.SelectedTab)){
                return;
            }

            _tabMap[tcTabs.SelectedTab].OnControlVisible();
        }