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