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






args
DragEventArgs
Gets the drag drop behavior.

Syntax

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

Parameters

args
DragEventArgs

Return Value

Sender

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.