Delegate for storing the callback methods for when a mouse
update is to be issued by this class.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public delegate void MousePositionUpdateEventHandler(
MouseEventArgs e
) |
| Visual Basic |
|---|
Public Delegate Sub MousePositionUpdateEventHandler ( _
e As MouseEventArgs _
) |
| JScript |
|---|
JScript does not support delegates. |
Parameters
- e
- Type: System.Windows.Input..::..MouseEventArgs
Event arguments///
See Also