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
Methods
BeginInvoke(long, long, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(long fromLine, long toLine, AsyncCallback callback, object @object)
Parameters
fromLine
longtoLine
longcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(long, long)
public virtual void Invoke(long fromLine, long toLine)