Spread Silverlight Documentation
OnDrop Method (CellPresenterBase)


GrapeCity.Windows.SpreadSheet.UI Namespace > CellPresenterBase Class : OnDrop Method
Syntax
'Declaration
 
Protected Overridable Sub OnDrop( _
   ByVal e As System.Windows.DragEventArgs _
) 
'Usage
 
Dim instance As CellPresenterBase
Dim e As System.Windows.DragEventArgs
 
instance.OnDrop(e)
protected virtual void OnDrop( 
   System.Windows.DragEventArgs e
)

Parameters

e
See Also

Reference

CellPresenterBase Class
CellPresenterBase Members