ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupComboBox.OnFormat C# (CSharp) 메소드

OnFormat() 보호된 메소드

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