ui/winui/MainWindow.idl@e6fc42b4248d
ui/winui/MainWindow.idl
Sat, 23 May 2026 21:38:30 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 23 May 2026 21:38:30 +0200
- changeset 1136
- e6fc42b4248d
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add action support for listview 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;
}
}