ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.OnFormat C# (CSharp) Méthode

OnFormat() protected méthode

Raises the Format event.
protected OnFormat ( System.Windows.Forms.ListControlConvertEventArgs e ) : void
e System.Windows.Forms.ListControlConvertEventArgs An EventArgs containing the event data.
Résultat void
        protected virtual void OnFormat(ListControlConvertEventArgs e)
        {
            if (Format != null)
                Format(this, e);
        }
KryptonCheckedListBox