public RoutedEventArgs(GHIElectronics.TinyCLR.UI.RoutedEvent routedEvent, object source) { this._routedEvent = routedEvent; this._source = this._originalSource = source; }
public EventRoute(GHIElectronics.TinyCLR.UI.RoutedEvent routedEvent) { this.RoutedEvent = routedEvent ?? throw new ArgumentNullException("routedEvent"); this._routeItemList = new ArrayList(); }
public RoutedEventArgs(GHIElectronics.TinyCLR.UI.RoutedEvent routedEvent) : this(routedEvent, null) { }