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