Intersoft ClientUI Documentation
SetDropElements Method
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > DragEventExtensions Class : SetDropElements Method






args
DragEventArgs
dropElements
Drop elements.
Set drop elements.

Syntax

Visual Basic (Declaration) 
<ExtensionAttribute()>
Public Shared Sub SetDropElements( _
   ByVal args As DragEventArgs, _
   ByVal dropElements As IList(Of UIElement) _
) 
Visual Basic (Usage)Copy Code
Dim args As DragEventArgs
Dim dropElements As IList(Of UIElement)
 
DragEventExtensions.SetDropElements(args, dropElements)
C# 
[ExtensionAttribute()]
public static void SetDropElements( 
   DragEventArgs args,
   IList<UIElement> dropElements
)
Delphi 
public procedure SetDropElements( 
    args: DragEventArgs;
    dropElements: IList
); static; 
JScript 
ExtensionAttribute()
public static function SetDropElements( 
   args : DragEventArgs,
   dropElements : IList
);
Managed Extensions for C++ 
[ExtensionAttribute()]
public: static void SetDropElements( 
   DragEventArgs* args,
   IList<UIElement*>* dropElements
) 
C++/CLI 
[ExtensionAttribute()]
public:
static void SetDropElements( 
   DragEventArgs^ args,
   IList<UIElement^>^ dropElements
) 

Parameters

args
DragEventArgs
dropElements
Drop elements.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.