Delegate IntelliMouseDragScrollEventHandler
Handles the DragScroll event of an IntelliMouseDragScroll object.
Assembly: Syncfusion.Shared.Base.dll
public delegate void IntelliMouseDragScrollEventHandler(object sender, IntelliMouseDragScrollEventArgs e);
Parameters
Constructors
Declaration
public IntelliMouseDragScrollEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, IntelliMouseDragScrollEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, IntelliMouseDragScrollEventArgs e)
Parameters