Table of Contents

Delegate TextEdit.LinesEditedFromEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

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

public delegate void TextEdit.LinesEditedFromEventHandler(long fromLine, long toLine)

Parameters

fromLine long
Represents the method that handles the event of a class.
toLine long
Represents the method that handles the event of a class.

Constructors

LinesEditedFromEventHandler(object, IntPtr)

public LinesEditedFromEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(long, long, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(long fromLine, long toLine, AsyncCallback callback, object @object)

Parameters

fromLine long
toLine 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 fromLine, long toLine)

Parameters

fromLine long
toLine long