Intersoft ClientUI Documentation
GetEventType Method (DragEventExtensions)



DragEventArgs
Gets the drag event type.
Syntax
<ExtensionAttribute()>
Public Shared Function GetEventType( _
   ByVal args As DragEventArgs _
) As DragEventType
Dim args As DragEventArgs
Dim value As DragEventType
 
value = DragEventExtensions.GetEventType(args)
[ExtensionAttribute()]
public static DragEventType GetEventType( 
   DragEventArgs args
)
[ExtensionAttribute()]
public:
static DragEventType GetEventType( 
   DragEventArgs^ args
) 

Parameters

args
DragEventArgs

Return Value

DragEventType
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DragEventExtensions Class
DragEventExtensions Members

Send Feedback