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