Returns command for drag starting action

Namespace: Ico.WPF.Specialized.DataGridControl.DragDrop
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public static ICommand GetStartDragCommand(
	DependencyObject source
)
Visual Basic
Public Shared Function GetStartDragCommand ( _
	source As DependencyObject _
) As ICommand
JScript
public static function GetStartDragCommand(
	source : DependencyObject
) : ICommand

Parameters

source
Type: System.Windows..::..DependencyObject
Target object

Return Value

Command for drag starting action

See Also