Handle focus for clear and clearentry buttons (#896)

This commit is contained in:
Pepe Rivera
2020-03-03 10:52:48 -08:00
committed by GitHub
parent d7e7f46c99
commit dbc3dc5abb
6 changed files with 44 additions and 3 deletions

View File

@@ -43,5 +43,7 @@ namespace CalculatorApp
void ShiftButton_IsEnabledChanged(_In_ Platform::Object ^ sender, _In_ Windows::UI::Xaml::DependencyPropertyChangedEventArgs ^ e);
void SetOperatorRowVisibility();
void SetTrigRowVisibility();
void ClearEntryButton_LostFocus(Platform::Object ^ sender, Windows::UI::Xaml::RoutedEventArgs ^ e);
void ClearButton_LostFocus(Platform::Object ^ sender, Windows::UI::Xaml::RoutedEventArgs ^ e);
};
}