Amoeba.Windows.AvalonEditHelperBase.AbstractCustomElementGenerator.CustomTextElement.OnClickEvent C# (CSharp) Метод

OnClickEvent() защищенный Метод

protected OnClickEvent ( string text ) : void
text string
Результат void
                protected virtual void OnClickEvent(string text)
                {
                    this.ClickEvent?.Invoke(text);
                }
AvalonEditHelperBase.AbstractCustomElementGenerator.CustomTextElement