Intersoft ClientUI Documentation
SetDropElements Method



DragEventArgs
Drop elements.
Set drop elements.
Syntax
<ExtensionAttribute()>
Public Shared Sub SetDropElements( _
   ByVal args As DragEventArgs, _
   ByVal dropElements As IList(Of UIElement) _
) 
Dim args As DragEventArgs
Dim dropElements As IList(Of UIElement)
 
DragEventExtensions.SetDropElements(args, dropElements)
[ExtensionAttribute()]
public static void SetDropElements( 
   DragEventArgs args,
   IList<UIElement> dropElements
)
[ExtensionAttribute()]
public:
static void SetDropElements( 
   DragEventArgs^ args,
   IList<UIElement^>^ dropElements
) 

Parameters

args
DragEventArgs
dropElements
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