GoXam for WPF v3
OnMouseWheel Method
Northwoods.GoXam Namespace > DiagramPanel Class : OnMouseWheel Method
The System.Windows.Input.MouseWheelEventArgs that contains the event data.
Invoked when an unhandled System.Windows.Input.Mouse.MouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Syntax
protected override void OnMouseWheel( 
   MouseWheelEventArgs e
)

Parameters

e
The System.Windows.Input.MouseWheelEventArgs that contains the event data.
Remarks
This sets LastMousePointInModel, and calls Northwoods.GoXam.Tool.IDiagramTool.DoMouseWheel on the diagram's CurrentTool.
See Also

Reference

DiagramPanel Class
DiagramPanel Members