Alsing.SourceCode.TextStyle.OnChange C# (CSharp) Méthode

OnChange() protected méthode

protected OnChange ( ) : void
Résultat void
        protected virtual void OnChange()
        {
            if (Change != null)
                Change(this, EventArgs.Empty);
        }