Alsing.SourceCode.TextStyle.OnChange C# (CSharp) Method

OnChange() protected method

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