ComponentFactory.Krypton.Toolkit.KryptonListBox.OnFormatStringChanged C# (CSharp) Méthode

OnFormatStringChanged() protected méthode

Raises the FormatStringChanged event.
protected OnFormatStringChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Résultat void
        protected virtual void OnFormatStringChanged(EventArgs e)
        {
            if (FormatStringChanged != null)
                FormatStringChanged(this, e);
        }
KryptonListBox