Raises the DragStart event.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
protected virtual void OnDragStart(
	Object source,
	DragDropEventArgs e
)
Visual Basic
Protected Overridable Sub OnDragStart ( _
	source As Object, _
	e As DragDropEventArgs _
)

Parameters

source
Type: System..::..Object
Used to set the source of the event.
e
Type: C1.WPF..::..DragDropEventArgs
DragDropEventArgs that contains the event data.

See Also