コード例 #1
0
 public virtual void GotDropTargetHandler(GotDropTargetCommand command)
 {
     this.GotDropTarget(command.Sender as AnimalViewModel);
 }
コード例 #2
0
 public virtual void ExecuteGotDropTarget(GotDropTargetCommand command)
 {
     command.Sender = Animal;
     Animal.GotDropTarget.OnNext(command);
 }