We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231ce19 commit 9b0c22aCopy full SHA for 9b0c22a
MaterialDesignThemes.Wpf/PopupBox.cs
@@ -381,7 +381,7 @@ protected virtual void OnToggleCheckedContentClick()
381
EventManager.RegisterRoutedEvent(
382
"Opened",
383
RoutingStrategy.Bubble,
384
- typeof(EventHandler),
+ typeof(RoutedEventHandler),
385
typeof(PopupBox));
386
387
/// <summary>
@@ -406,7 +406,7 @@ protected virtual void OnOpened()
406
407
"Closed",
408
409
410
411
412
@@ -797,4 +797,4 @@ private static object CoerceToolTipIsEnabled(DependencyObject dependencyObject,
797
return popupBox.IsPopupOpen ? false : value;
798
}
799
800
-}
+}
0 commit comments