AppController
is responsible for coordinating XamlWindow instances, can extend their wndproc, and provides an opportunity to hook up event handlers once a XAML UI becomes live.
More...
#include <cppxaml/XamlWindow.h>
|
| AppController (HINSTANCE hInst, winrt::Windows::UI::Xaml::Application xapp) |
|
|
void(* | OnUICreated )(winrt::Windows::UI::Xaml::UIElement content, XamlWindow *xw) |
| App-provided callback to be called when any of this controller's windows create their UI (usually Pages).
|
|
AppController
is responsible for coordinating XamlWindow instances, can extend their wndproc, and provides an opportunity to hook up event handlers once a XAML UI becomes live.
◆ AppController()
cppxaml::AppController::AppController |
( |
HINSTANCE |
hInst, |
|
|
winrt::Windows::UI::Xaml::Application |
xapp |
|
) |
| |
|
inline |
The documentation for this struct was generated from the following file: