| C1.Silverlight Namespace > DragDropEventArgs Class : DragDropEventArgs Constructor |
'DeclarationPublic Function New( _ ByVal e As System.Windows.RoutedEventArgs, _ ByVal source As System.Windows.UIElement, _ ByVal target As System.Windows.UIElement, _ ByVal effect As DragDropEffect, _ ByVal scrollViewer As System.Windows.Controls.ScrollViewer _ )
'UsageDim e As System.Windows.RoutedEventArgs Dim source As System.Windows.UIElement Dim target As System.Windows.UIElement Dim effect As DragDropEffect Dim scrollViewer As System.Windows.Controls.ScrollViewer Dim instance As New DragDropEventArgs(e, source, target, effect, scrollViewer)
public DragDropEventArgs( System.Windows.RoutedEventArgs e, System.Windows.UIElement source, System.Windows.UIElement target, DragDropEffect effect, System.Windows.Controls.ScrollViewer scrollViewer )
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