Xceed DataGrid for Silverlight Documentation
CanDropEventHandler Delegate


The source of the event.
A DropEventArgs object.
Represents the method that will handle the IDropTargetCanDropElement event.
Syntax
'Declaration
 
Public Delegate Function CanDropEventHandler( _
   ByVal sender As Object, _
   ByVal e As DropEventArgs _
) As Boolean
'Usage
 
Dim instance As New CanDropEventHandler(AddressOf HandlerMethod)
public delegate bool CanDropEventHandler( 
   object sender,
   DropEventArgs e
)

Parameters

sender
The source of the event.
e
A DropEventArgs object.

Return Value

true if target can receive a dropped item; false otherwise.
Requirements

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

See Also

Reference

CanDropEventHandler Members
Xceed.Silverlight.DragDrop Namespace

Send Feedback