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