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 OnMouseWheel property to disable zooming the view while using the mouse wheel. The LayoutStartChanging event notifies your application once the user starts dragging the cube to a different position. The LayoutEndChanging event notifies your application once the user ends dragging the cube to a different position. During the LayoutStartChanging event you can call the CancelLayoutChanging to cancel the current operation. 

The position of the cube is given by the following properties:

The control fires the Move event once a new face became visible. The Rotate event occurs once the cube is rotated.

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(oTreeCube)

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