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

OnFormatInfoChanged() 보호된 메소드

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