DelegateRowMouseMoveEventHandler
Delegate
Represents the method that will handle the RowMouseMove events of a RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public delegate void RowMouseMoveEventHandler(object sender, EventArgs e)
Constructors
Methods
BeginInvoke(object, EventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, EventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result