diff --git a/Perspex.Interactivity/Interactive.cs b/Perspex.Interactivity/Interactive.cs index fe25293436..915cccbcf3 100644 --- a/Perspex.Interactivity/Interactive.cs +++ b/Perspex.Interactivity/Interactive.cs @@ -81,7 +81,6 @@ namespace Perspex.Interactivity if (e.RoutedEvent.RoutingStrategies == RoutingStrategies.Direct) { e.Route = RoutingStrategies.Direct; - e.RoutedEvent.InvokeClassHandlers(this, e); this.RaiseEventImpl(e); }