Added ItemContainerInvokedBehavior

This commit is contained in:
Dan Clark
2025-02-11 14:56:16 +00:00
parent f6e55b7a21
commit 95dd84d323
4 changed files with 99 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
using System;
namespace Toolkit.UI.WinUI;
public class ItemInvokedEventArgs : EventArgs;