event LayoutEndChanging (Operation as LayoutChangingEnum)
Notifies your application once the control's layout has been changed.

TypeDescription
Operation as LayoutChangingEnum A LayoutChangingEnum expression that specifies whether the user drags the cube to a different position.
The LayoutEndChanging event notifies your application once the user ends dragging the cube to a different position. The LayoutStartChanging event notifies your application once the user starts 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. The Zoom event occurs once the cube is magnified.

Syntax for LayoutEndChanging event, /NET version, on:

private void LayoutEndChanging(object sender,exontrol.EXTREECUBELib.LayoutChangingEnum   Operation)
{
}

Private Sub LayoutEndChanging(ByVal sender As System.Object,ByVal Operation As exontrol.EXTREECUBELib.LayoutChangingEnum) Handles LayoutEndChanging
End Sub

Syntax for LayoutEndChanging event, /COM version, on:

private void LayoutEndChanging(object sender, AxEXTREECUBELib._ITreeCubeEvents_LayoutEndChangingEvent e)
{
}

void OnLayoutEndChanging(long   Operation)
{
}

void __fastcall LayoutEndChanging(TObject *Sender,Extreecubelib_tlb::LayoutChangingEnum   Operation)
{
}

procedure LayoutEndChanging(ASender: TObject; Operation : LayoutChangingEnum);
begin
end;

procedure LayoutEndChanging(sender: System.Object; e: AxEXTREECUBELib._ITreeCubeEvents_LayoutEndChangingEvent);
begin
end;

begin event LayoutEndChanging(long  Operation)

end event LayoutEndChanging

Private Sub LayoutEndChanging(ByVal sender As System.Object, ByVal e As AxEXTREECUBELib._ITreeCubeEvents_LayoutEndChangingEvent) Handles LayoutEndChanging
End Sub

Private Sub LayoutEndChanging(ByVal Operation As EXTREECUBELibCtl.LayoutChangingEnum)
End Sub

Private Sub LayoutEndChanging(ByVal Operation As Long)
End Sub

LPARAMETERS Operation

PROCEDURE OnLayoutEndChanging(oTreeCube,Operation)

RETURN

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

<SCRIPT EVENT="LayoutEndChanging(Operation)" LANGUAGE="JScript">
</SCRIPT>

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

Procedure OnComLayoutEndChanging OLELayoutChangingEnum   llOperation
	Forward Send OnComLayoutEndChanging llOperation
End_Procedure

METHOD OCX_LayoutEndChanging(Operation) CLASS MainDialog
RETURN NIL

void onEvent_LayoutEndChanging(int   _Operation)
{
}

function LayoutEndChanging as v (Operation  as  OLE::Exontrol.TreeCube.1::LayoutChangingEnum)
end function

function nativeObject_LayoutEndChanging(Operation)
return