Amoeba.Windows.AvalonEditHelperBase.AbstractCustomElementGenerator.CustomTextElement.OnClickEvent C# (CSharp) Method

OnClickEvent() protected method

protected OnClickEvent ( string text ) : void
text string
return void
                protected virtual void OnClickEvent(string text)
                {
                    this.ClickEvent?.Invoke(text);
                }
AvalonEditHelperBase.AbstractCustomElementGenerator.CustomTextElement