SIPSorcery.MonitoringConsole.CommandEntryTextBox_GotFocus C# (CSharp) Метод

CommandEntryTextBox_GotFocus() приватный Метод

private CommandEntryTextBox_GotFocus ( object sender, System e ) : void
sender object
e System
Результат void
        private void CommandEntryTextBox_GotFocus(object sender, System.Windows.RoutedEventArgs e)
        {
            m_existingTextBoxBackground = m_commandEntryTextBox.Background;
            m_commandEntryTextBox.Background = m_textBoxFocusedBackground;
        }