Xceed.Silverlight.Controls.v2.0 Assembly > Xceed.Silverlight.DragDrop Namespace > DragDropContext Class : DragMove Event |
'Declaration Public Event DragMove As EventHandler(Of DragDropMoveEventArgs)
'Usage Dim instance As DragDropContext Dim handler As EventHandler(Of DragDropMoveEventArgs) AddHandler instance.DragMove, handler
public event EventHandler<DragDropMoveEventArgs> DragMove
The event handler receives an argument of type DragDropMoveEventArgs containing data related to this event. The following DragDropMoveEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cursor | Gets or sets the cursor to use. |
DragDropContext (Inherited from Xceed.Silverlight.DragDrop.DragDropEventArgs) |
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family