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