Table of Contents

Delegate TextEdit.GutterClickedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the GutterClicked event of a TextEdit class.

public delegate void TextEdit.GutterClickedEventHandler(long line, long gutter)

Parameters

line long
Represents the method that handles the event of a class.
gutter long
Represents the method that handles the event of a class.

Constructors

GutterClickedEventHandler(object, IntPtr)

public GutterClickedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(long, long, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(long line, long gutter, AsyncCallback callback, object @object)

Parameters

line long
gutter long
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(long, long)

public virtual void Invoke(long line, long gutter)

Parameters

line long
gutter long