event Zoom ()
Occurs when the view is magnified.

TypeDescription
The Zoom event notifies your application that the view is zoomed. Use the Zoom property to specify the zoom factor. Use the AllowZoom property to disable zooming the view while using the mouse wheel.

Syntax for Zoom event, /NET version, on:

private void Zoom(object sender)
{
}

Private Sub Zoom(ByVal sender As System.Object) Handles Zoom
End Sub

Syntax for Zoom event, /COM version, on:

private void Zoom(object sender, EventArgs e)
{
}

void OnZoom()
{
}

void __fastcall Zoom(TObject *Sender)
{
}

procedure Zoom(ASender: TObject; );
begin
end;

procedure Zoom(sender: System.Object; e: System.EventArgs);
begin
end;

begin event Zoom()
end event Zoom

Private Sub Zoom(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Zoom
End Sub

Private Sub Zoom()
End Sub

Private Sub Zoom()
End Sub

LPARAMETERS nop

PROCEDURE OnZoom(oTexture)
RETURN

Syntax for Zoom event, /COM version (others), on:

<SCRIPT EVENT="Zoom()" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function Zoom()
End Function
</SCRIPT>

Procedure OnComZoom 
	Forward Send OnComZoom 
End_Procedure

METHOD OCX_Zoom() CLASS MainDialog
RETURN NIL

void onEvent_Zoom()
{
}

function Zoom as v ()
end function

function nativeObject_Zoom()
return