mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-23 06:25:19 -07:00
changed the sequence of OnGotFocus's declaration
This commit is contained in:
parent
284e55a593
commit
eda72060a2
1 changed files with 1 additions and 1 deletions
|
@ -67,8 +67,8 @@ namespace CalculatorApp
|
||||||
Platform::String ^ GetMathTextProperty();
|
Platform::String ^ GetMathTextProperty();
|
||||||
void SetMathTextProperty(Platform::String ^ newValue);
|
void SetMathTextProperty(Platform::String ^ newValue);
|
||||||
|
|
||||||
void OnLosingFocus(Windows::UI::Xaml::UIElement ^ sender, Windows::UI::Xaml::Input::LosingFocusEventArgs ^ args);
|
|
||||||
void OnGotFocus(Platform::Object ^ sender, Windows::UI::Xaml::RoutedEventArgs ^ e);
|
void OnGotFocus(Platform::Object ^ sender, Windows::UI::Xaml::RoutedEventArgs ^ e);
|
||||||
|
void OnLosingFocus(Windows::UI::Xaml::UIElement ^ sender, Windows::UI::Xaml::Input::LosingFocusEventArgs ^ args);
|
||||||
void OnKeyUp(Platform::Object ^ sender, Windows::UI::Xaml::Input::KeyRoutedEventArgs ^ e);
|
void OnKeyUp(Platform::Object ^ sender, Windows::UI::Xaml::Input::KeyRoutedEventArgs ^ e);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue