Intersoft ClientUI Documentation
OnDragEnter Method
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > UXPage Class : OnDragEnter Method






e

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnDragEnter( _
   ByVal e As DragEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXPage
Dim e As DragEventArgs
 
instance.OnDragEnter(e)
C# 
protected virtual void OnDragEnter( 
   DragEventArgs e
)
Delphi 
protected procedure OnDragEnter( 
    e: DragEventArgs
); virtual; 
JScript 
protected function OnDragEnter( 
   e : DragEventArgs
);
Managed Extensions for C++ 
protected: virtual void OnDragEnter( 
   DragEventArgs* e
) 
C++/CLI 
protected:
virtual void OnDragEnter( 
   DragEventArgs^ e
) 

Parameters

e

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.