ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupDateTimePicker.OnDropDown C# (CSharp) Méthode

OnDropDown() protected méthode

Raises the DropDown event.
protected OnDropDown ( DateTimePickerDropArgs e ) : void
e DateTimePickerDropArgs An DateTimePickerDropArgs containing the event data.
Résultat void
        protected virtual void OnDropDown(DateTimePickerDropArgs e)
        {
            if (DropDown != null)
                DropDown(this, e);
        }