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






args
GiveFeedbackEventArgs.
Gets current active drag event args.

Syntax

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

Parameters

args
GiveFeedbackEventArgs.

Return Value

Current active drag event args.

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.