Sets command for drop 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 void SetDropCommand(
	DependencyObject target,
	ICommand command
)
Visual Basic
Public Shared Sub SetDropCommand ( _
	target As DependencyObject, _
	command As ICommand _
)
JScript
public static function SetDropCommand(
	target : DependencyObject, 
	command : ICommand
)

Parameters

target
Type: System.Windows..::..DependencyObject
Target object
command
Type: System.Windows.Input..::..ICommand
Command for drop action

See Also