コード例 #1
0
 private void InvokeEvent(SourceEventArgs e)
 {
     EventHandler<SourceEventArgs> handler = this.Event;
     if (handler != null)
     {
         handler(this, e);
     }
 }
コード例 #2
0
 public void HandleSubscription(object sender, SourceEventArgs e)
 {
     this.SubscriptionEventArgs = e;
 }
コード例 #3
0
ファイル: Subscriber.cs プロジェクト: ursenzler/bbv.Common
 public void HandleSubscription(object sender, SourceEventArgs e)
 {
     this.SubscriptionEventArgs = e;
 }