protected virtual void OnUpdateStepChanged(UpdateStepChangedEventArgs e) { if (this.UpdateStepChanged != null) { UpdateStepChanged(this, e); } }