Ejemplo n.º 1
0
 private void OnNotify(object sender, CommandEventArgs e)
 {
     var notify = Notify;
     if (notify != null)
     {
         notify(this, e);
     }
 }
Ejemplo n.º 2
0
 void OnViewModelNotify(object sender, CommandEventArgs e)
 {
     lastSelection.Text = string.Format("ICommand: {0}", e.Message);
 }