Add drag/drop handling

This commit is contained in:
dan_clark@outlook.com
2022-03-23 21:19:23 +00:00
parent 2ac0e3ed26
commit 263704a772
22 changed files with 189 additions and 63 deletions
@@ -24,10 +24,6 @@ namespace TheXamlGuy.TaskbarGroup.Flyout.Controls
TemplateSettings = new TaskbarButtonFlyoutTemplateSettings();
}
public event EventHandler<object> Closed;
public event EventHandler<object> Opened;
public TaskbarButtonFlyoutTemplateSettings TemplateSettings
{
get => (TaskbarButtonFlyoutTemplateSettings)GetValue(TemplateSettingsProperty);