- e
- A MouseEventArgs object that contains the mouse event data.
Visual Basic (Declaration) | |
---|---|
Public Overridable MustOverride Function MouseMove( _ ByVal e As MouseEventArgs _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual abstract bool MouseMove( MouseEventArgs e ) |
C++/CLI | |
---|---|
public: virtual abstract bool MouseMove( MouseEventArgs e ) |
Parameters
- e
- A MouseEventArgs object that contains the mouse event data.
Return Value
true if this event is handled; false otherwise.For an example, refer to AnnDesigner.
Derived classes should override this method in order to process mouse move events on the container. The designer should return true if it handled this event in any way.
The annotation application should call this method from the Owner controls MouseMove event.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family