- e
- The System.Windows.Input.MouseEventArgs that contains the event data.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub OnMouseMove( _ ByVal e As MouseEventArgs _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ImagePanViewer Dim e As MouseEventArgs instance.OnMouseMove(e) |
C# | |
---|---|
protected override void OnMouseMove( MouseEventArgs e ) |
C++/CLI | |
---|---|
protected: void OnMouseMove( MouseEventArgs^ e ) override |
Parameters
- e
- The System.Windows.Input.MouseEventArgs that contains the event data.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family