Intersoft ClientUI Documentation
DragDropShadowRoutedEventHandler Delegate



The source of the event.
Event data.
Represents the method that will handle the DragDropShadow creation event.
Syntax
Public Delegate Sub DragDropShadowRoutedEventHandler( _
   ByVal sender As Object, _
   ByVal e As DragDropShadowEventArgs _
) 
Dim instance As New DragDropShadowRoutedEventHandler(AddressOf HandlerMethod)
public delegate void DragDropShadowRoutedEventHandler( 
   object sender,
   DragDropShadowEventArgs e
)
public delegate void DragDropShadowRoutedEventHandler( 
   Object^ sender,
   DragDropShadowEventArgs^ e
)

Parameters

sender
The source of the event.
e
Event data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DragDropShadowRoutedEventHandler Members
Intersoft.Client.UI.Controls.Interactivity Namespace

Send Feedback