[]
Raises the C1.Silverlight.C1TreeView.DragOver event.
protected virtual void OnDragOver(object source, DragDropEventArgs e)
Protected Overridable Sub OnDragOver(source As Object, e As DragDropEventArgs)
| Type | Name | Description |
|---|---|---|
| object | source | Used to set the source of the event. |
| DragDropEventArgs | e | C1.Silverlight.DragDropEventArgs that contains the event data. |
protected override void OnDragOver(DragEventArgs e)
Protected Overrides Sub OnDragOver(e As DragEventArgs)
| Type | Name | Description |
|---|---|---|
| DragEventArgs | e |