Adorner for drag/drop on target element

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

Syntax

C#
public class DropPreviewAdorner : Adorner
Visual Basic
Public Class DropPreviewAdorner _
	Inherits Adorner
JScript
public class DropPreviewAdorner extends Adorner

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Documents..::..Adorner
              Ico.WPF.Specialized.DataGridControl.DragDrop..::..DropPreviewAdorner

See Also