event Rotate ()
Fired when the cube is rotated.

TypeDescription
The Rotate event notifies your application that the user rotates the cube. Use the Rotate method to rotate the cube programmatically. Use the AllowRotate property to specify the directions where the user can rotate the cube, by dragging. Use the RotX and RotY properties to specify the rotation angles.

Syntax for Rotate event, /NET version, on:

private void Rotate(object sender)
{
}

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

Syntax for Rotate event, /COM version, on:

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

void OnRotate()
{
}

void __fastcall Rotate(TObject *Sender)
{
}

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

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

begin event Rotate()
end event Rotate

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

Private Sub Rotate()
End Sub

Private Sub Rotate()
End Sub

LPARAMETERS nop

PROCEDURE OnRotate(oTexture)
RETURN

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

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

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

Procedure OnComRotate 
	Forward Send OnComRotate 
End_Procedure

METHOD OCX_Rotate() CLASS MainDialog
RETURN NIL

void onEvent_Rotate()
{
}

function Rotate as v ()
end function

function nativeObject_Rotate()
return