Xceed.Silverlight.Controls.v2.0 Assembly > Xceed.Silverlight.DragDrop Namespace : CanDropEventHandler Delegate |
'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 )
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family