This documentation is for the old version. Go to the latest Graphics Mill docs

UserInputController.OnZoomed Method

Raises the Zoomed event.

Namespace: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Visual Basic
Protected Overridable Sub OnZoomed ( _
	e As EventArgs _
)
C#
protected virtual void OnZoomed(
	EventArgs e
)

Parameters

e

Type: System.EventArgs

The EventArgs object that contains the event data.

See Also

Reference