Delegate ItemList.MultiSelectedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the MultiSelected event of a ItemList class.
public delegate void ItemList.MultiSelectedEventHandler(long index, bool selected)
Parameters
index
long- Represents the method that handles the event of a class.
selected
bool- Represents the method that handles the event of a class.
Constructors
MultiSelectedEventHandler(object, IntPtr)
public MultiSelectedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(long, bool, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(long index, bool selected, AsyncCallback callback, object @object)
Parameters
index
longselected
boolcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(long, bool)
public virtual void Invoke(long index, bool selected)