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