/// <summary> /// 确定 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void CommandBinding_Executed_Ok(object sender, ExecutedRoutedEventArgs e) { if (this.ComitEvent != null) { ComitEvent.Invoke(); } }
private void btnOK_Click(object sender, RoutedEventArgs e) { if (ComitEvent != null) { ComitEvent.Invoke(); } }