Overrides the event of the mouse wheel.
[Visual Basic]
Overrides Protected Sub OnMouseWheel( _
ByVal e As MouseEventArgs _
)
[C#]
protected override void OnMouseWheel(
MouseEventArgs e
);
See Also
AwPrintPreview Class | Asterworld.PrintPreview Namespace