The event argument that will be used by DropTarget to notify handlers of the various events during a drag and drop operation.

Namespace: yWorks.Support.Windows
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public class DragEventArgs : EventArgs
Visual Basic
Public Class DragEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    yWorks.Support.Windows..::..DragEventArgs

See Also