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
symbolstring- Represents the method that handles the event of a class.
linelong- Represents the method that handles the event of a class.
columnlong- 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
symbolstringlinelongcolumnlongcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(string, long, long)
public virtual void Invoke(string symbol, long line, long column)