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






args
DragEventArgs
Gets the drag event type.

Syntax

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

Parameters

args
DragEventArgs

Return Value

DragEventType

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.