Intersoft ClientUI Documentation
GetDropElements Method (DragEventExtensions)



DragEventArgs
Gets or sets collection of drop elements.
Syntax
<ExtensionAttribute()>
Public Shared Function GetDropElements( _
   ByVal args As DragEventArgs _
) As IList(Of UIElement)
Dim args As DragEventArgs
Dim value As IList(Of UIElement)
 
value = DragEventExtensions.GetDropElements(args)
[ExtensionAttribute()]
public static IList<UIElement> GetDropElements( 
   DragEventArgs args
)
[ExtensionAttribute()]
public:
static IList<UIElement^>^ GetDropElements( 
   DragEventArgs^ args
) 

Parameters

args
DragEventArgs

Return Value

Drop elements.
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

DragEventExtensions Class
DragEventExtensions Members

Send Feedback