/// <summary> /// Raises the DropDown event. /// </summary> /// <param name="e">An DateTimePickerDropArgs containing the event data.</param> protected virtual void OnDropDown(DateTimePickerDropArgs e) { if (DropDown != null) DropDown(this, e); }
private void OnDateTimePickerDropDown(object sender, DateTimePickerDropArgs e) { OnDropDown(e); }