コード例 #1
0
 public ScheduleCommandEventArgs(ScheduleItem item, object commandSource,
                                 CommandEventArgs originalArgs) : base(originalArgs)
 {
     this.Item           = item;
     this._commandSource = commandSource;
 }
コード例 #2
0
 public ScheduleItemEventArgs(ScheduleItem item)
 {
     this.Item = item;
 }