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

OnFormatStringChanged() 보호된 메소드

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