ui/winui/MainWindow.idl@26acbfa75c1f
ui/winui/MainWindow.idl
Tue, 30 Jan 2024 09:10:05 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 30 Jan 2024 09:10:05 +0100
- changeset 11
- 26acbfa75c1f
- parent 0
-
2483f517c562
- permissions
- -rw-r--r--
add handler for the path bar activate events
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}