ui/winui/MainWindow.idl@96858abf075a
ui/winui/MainWindow.idl
Sat, 13 Jun 2026 11:46:21 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 13 Jun 2026 11:46:21 +0200
- changeset 1192
- 96858abf075a
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix table view activation events, when only an action name is specified
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}