Raises the DragDrop event.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
protected virtual void OnDragDrop( Object source, DragDropEventArgs e ) |
Visual Basic |
---|
Protected Overridable Sub OnDragDrop ( _ source As Object, _ e As DragDropEventArgs _ ) |
Parameters
- source
- Type: System..::..Object
Used to set the source of the event.
- e
- Type: C1.Silverlight..::..DragDropEventArgs
DragDropEventArgs that contains the event data.