ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.OnFormat C# (CSharp) 메소드

OnFormat() 보호된 메소드

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