Exemplo n.º 1
0
 private void ExecuteCustomEventCommand(CustomEvent1Args e)
 {
     Debug.WriteLine(e.Position);
 }
Exemplo n.º 2
0
 private bool CanExecuteCustomEventCommand(CustomEvent1Args e)
 {
     return(true);
 }