This event is raised when the user moves or clicks the mouse.

Namespace: TallComponents.Interaction.WinForms.Events
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

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

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Windows.Forms..::..DragEventArgs
      TallComponents.Interaction.WinForms.Events..::..DragDropEventArgs

See Also