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






args
DragEventArgs
Gets the drop object.

Syntax

Visual Basic (Declaration) 
<ExtensionAttribute()>
Public Shared Function GetDropObject( _
   ByVal args As DragEventArgs _
) As UIElement
Visual Basic (Usage)Copy Code
Dim args As DragEventArgs
Dim value As UIElement
 
value = DragEventExtensions.GetDropObject(args)
C# 
[ExtensionAttribute()]
public static UIElement GetDropObject( 
   DragEventArgs args
)
Delphi 
public function GetDropObject( 
    args: DragEventArgs
): UIElement; static; 
JScript 
ExtensionAttribute()
public static function GetDropObject( 
   args : DragEventArgs
) : UIElement;
Managed Extensions for C++ 
[ExtensionAttribute()]
public: static UIElement* GetDropObject( 
   DragEventArgs* args
) 
C++/CLI 
[ExtensionAttribute()]
public:
static UIElement^ GetDropObject( 
   DragEventArgs^ args
) 

Parameters

args
DragEventArgs

Return Value

Drop object.

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.