Xceed DataGrid for Silverlight Documentation
DragCompleted Event


Raised when a drag operation is completed.
Syntax
'Declaration
 
Public Event DragCompleted As EventHandler(Of DragDropEventArgs)
'Usage
 
Dim instance As DragDropContext
Dim handler As EventHandler(Of DragDropEventArgs)
 
AddHandler instance.DragCompleted, handler
public event EventHandler<DragDropEventArgs> DragCompleted
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DragDropContext Class
DragDropContext Members

Send Feedback