Environment.OnMouse3DMove Method

Occurs every Mouse3DMove event.
Protected Friend Overridable Sub OnMouse3DMove( _ 
ByVal sender As Object, _ 
ByVal e As MoveEventArgs
)
This language is not supported or no code example is available.
internal protected virtual void OnMouse3DMove( 
object sender
MoveEventArgs e 
)
This language is not supported or no code example is available.

Parameters

sender
object

The source of the event.

e
MoveEventArgs

The event data

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition