Xceed DataGrid for Silverlight Documentation
DropEventArgs Constructor


DragContext providing information on the drag operation.
Initializes a new instance of the DropEventArgs class, using the supplied DragContext.
Syntax
'Declaration
 
Public Function New( _
   ByVal dragContext As DragDropContext _
)
'Usage
 
Dim dragContext As DragDropContext
 
Dim instance As New DropEventArgs(dragContext)
public DropEventArgs( 
   DragDropContext dragContext
)

Parameters

dragContext
DragContext providing information on the drag operation.
Requirements

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

See Also

Reference

DropEventArgs Class
DropEventArgs Members

Send Feedback