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

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

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