Exemple #1
0
 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();
 }
Exemple #3
0
 public RoutedEventArgs(GHIElectronics.TinyCLR.UI.RoutedEvent routedEvent) : this(routedEvent, null)
 {
 }