Delegate PopupMenu.IndexPressedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the IndexPressed event of a PopupMenu class.
public delegate void PopupMenu.IndexPressedEventHandler(long index)
Parameters
index
long- Represents the method that handles the event of a class.
Constructors
IndexPressedEventHandler(object, IntPtr)
public IndexPressedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(long, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(long index, AsyncCallback callback, object @object)
Parameters
index
longcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(long)
public virtual void Invoke(long index)
Parameters
index
long