Xceed DataGrid for Silverlight Documentation
DragAborted Event


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

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

See Also

Reference

DragDropContext Class
DragDropContext Members

Send Feedback