Exemplo n.º 1
0
 private void InvokeEvent(SourceEventArgs e)
 {
     EventHandler<SourceEventArgs> handler = this.Event;
     if (handler != null)
     {
         handler(this, e);
     }
 }
Exemplo n.º 2
0
 public void HandleSubscription(object sender, SourceEventArgs e)
 {
     this.SubscriptionEventArgs = e;
 }
Exemplo n.º 3
0
 public void HandleSubscription(object sender, SourceEventArgs e)
 {
     this.SubscriptionEventArgs = e;
 }