private void OnUpdateChecked(UpdateCheckedEventArgs e) { if (UpdateChecked != null) { UpdateChecked(this, e); } }