Delegate GridOleDropAtRowColEventHandler
Occurs when the when the user releases the mouse over a cell at the end of an OLE drag-and-drop operation and
before the data are applied to the grid.
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public delegate void GridOleDropAtRowColEventHandler(object sender, GridOleDropAtRowColEventArgs e);
Parameters
Remarks
Constructors
GridOleDropAtRowColEventHandler(Object, IntPtr)
Declaration
public GridOleDropAtRowColEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GridOleDropAtRowColEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridOleDropAtRowColEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, GridOleDropAtRowColEventArgs)
Declaration
public virtual void Invoke(object sender, GridOleDropAtRowColEventArgs e)
Parameters
See Also