Gets the IsDraggedOver property on specific object

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

Syntax

C#
public static bool GetIsDraggedOver(
	DependencyObject source
)
Visual Basic
Public Shared Function GetIsDraggedOver ( _
	source As DependencyObject _
) As Boolean
JScript
public static function GetIsDraggedOver(
	source : DependencyObject
) : boolean

Parameters

source
Type: System.Windows..::..DependencyObject
The target object

Return Value

The is dragged over property

See Also