예제 #1
0
 void IButtonElement.OnCommandCanExecuteChanged(object sender, EventArgs e) =>
 ButtonElement.CommandCanExecuteChanged(this, EventArgs.Empty);
예제 #2
0
 public void SendPressed() =>
 ButtonElement.ElementPressed(this, this);
예제 #3
0
 public void SendReleased() =>
 ButtonElement.ElementReleased(this, this);
예제 #4
0
 public void SendClicked() =>
 ButtonElement.ElementClicked(this, this);