ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupComboBox.OnFormat C# (CSharp) Method

OnFormat() protected method

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