Click or drag to resize

GraphControllerEhView_GraphPanelMouseWheel Method

Handles the mouse wheel event.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void EhView_GraphPanelMouseWheel(
	AltaxoMouseEventArgs e,
	AltaxoKeyboardModifierKeys keyModifiers,
	HandledEventArgs eHand
)

Parameters

e  AltaxoMouseEventArgs
The instance containing the event data.
keyModifiers  AltaxoKeyboardModifierKeys
The modifier keys currently pressed
eHand  HandledEventArgs
Argument to signal whether this event was handled here.
See Also