/// <summary>
 /// The internal SetComplete, raise the SettingGetComplete event.
 /// </summary>
 /// <param name="key">The key.</param>
 /// <param name="keyValue">The key value.</param>
 private void InternalSetBegin(object key, object keyValue)
 {
     //SetCommence Event
     SetBegin?.Invoke(this, new InformationEventArgs("Information", key.ToString(), keyValue));
 }
示例#2
0
 private void SetBegin_Click(object sender, RoutedEventArgs e) => SetBegin?.Invoke(this, new MarkingEventArgs((Marking)cDataGrid.CurrentItem));