Delegate CodeEdit.SymbolHoveredEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the SymbolHovered event of a CodeEdit class.
public delegate void CodeEdit.SymbolHoveredEventHandler(string symbol, long line, long column)
Parameters
symbol
string- Represents the method that handles the event of a class.
line
long- Represents the method that handles the event of a class.
column
long- Represents the method that handles the event of a class.
Constructors
SymbolHoveredEventHandler(object, nint)
public SymbolHoveredEventHandler(object @object, nint method)
Parameters
Methods
BeginInvoke(string, long, long, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string symbol, long line, long column, AsyncCallback callback, object @object)
Parameters
symbol
stringline
longcolumn
longcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(string, long, long)
public virtual void Invoke(string symbol, long line, long column)