示例#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);