Inheritance: System.EventArgs
コード例 #1
0
ファイル: Subscriber.cs プロジェクト: WenningQiu/appccelerate
 public void HandleUserDefined(object sender, DestinationEventArgs e)
 {
     this.MappedSubscriptionEventArgs = e;
 }
コード例 #2
0
 public void HandleUserDefined(object sender, DestinationEventArgs e)
 {
     this.MappedSubscriptionEventArgs = e;
 }