Intersoft ClientUI Documentation
OnPointerMove Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXFlow Namespace > UXFlowControlPanel Class : OnPointerMove Method






e
The event data.
Raises the PointerMove event.

Syntax

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

Parameters

e
The event data.

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.