ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupDateTimePicker.OnValueChanged C# (CSharp) 메소드

OnValueChanged() 보호된 메소드

Raises the ValueChanged event.
protected OnValueChanged ( EventArgs e ) : void
e EventArgs An EventArgs containing the event data.
리턴 void
        protected virtual void OnValueChanged(EventArgs e)
        {
            if (ValueChanged != null)
                ValueChanged(this, e);
        }