Delegate Slider.DragEndedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public delegate void Slider.DragEndedEventHandler(bool valueChanged)
Parameters
valueChanged
bool
- Represents the method that handles the event of a class.
Constructors
DragEndedEventHandler(object, IntPtr)
public DragEndedEventHandler(object @object, IntPtr method)
Parameters
object
object
method
IntPtr
Methods
BeginInvoke(bool, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(bool valueChanged, AsyncCallback callback, object @object)
Parameters
valueChanged
bool
callback
AsyncCallback
object
object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(bool)
public virtual void Invoke(bool valueChanged)
Parameters
valueChanged
bool