event InitFaceContent (Face as Face)
Notifies your application that a face changes its type, so you can initialize its content.

TypeDescription
Face as Face A Face object whose content is initialized.

The InitFaceContent event notifies your application that the Type property has been changed, or any of the following has been called:

The FaceContent property retrieves the Nothing/FacePicture/FaceCalendar/FaceTree content, based on the face's type.

The InitFaceContent event occurs before any of the following event:

Syntax for InitFaceContent event, /NET version, on:

private void InitFaceContent(object sender,exontrol.EXTREECUBELib.Face   Face)
{
}

Private Sub InitFaceContent(ByVal sender As System.Object,ByVal Face As exontrol.EXTREECUBELib.Face) Handles InitFaceContent
End Sub

Syntax for InitFaceContent event, /COM version, on:

private void InitFaceContent(object sender, AxEXTREECUBELib._ITreeCubeEvents_InitFaceContentEvent e)
{
}

void OnInitFaceContent(LPDISPATCH   Face)
{
}

void __fastcall InitFaceContent(TObject *Sender,Extreecubelib_tlb::IFace   *Face)
{
}

procedure InitFaceContent(ASender: TObject; Face : IFace);
begin
end;

procedure InitFaceContent(sender: System.Object; e: AxEXTREECUBELib._ITreeCubeEvents_InitFaceContentEvent);
begin
end;

begin event InitFaceContent(oleobject  Face)

end event InitFaceContent

Private Sub InitFaceContent(ByVal sender As System.Object, ByVal e As AxEXTREECUBELib._ITreeCubeEvents_InitFaceContentEvent) Handles InitFaceContent
End Sub

Private Sub InitFaceContent(ByVal Face As EXTREECUBELibCtl.IFace)
End Sub

Private Sub InitFaceContent(ByVal Face As Object)
End Sub

LPARAMETERS Face

PROCEDURE OnInitFaceContent(oTreeCube,Face)

RETURN

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

<SCRIPT EVENT="InitFaceContent(Face)" LANGUAGE="JScript">
</SCRIPT>

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

Procedure OnComInitFaceContent Variant   llFace
	Forward Send OnComInitFaceContent llFace
End_Procedure

METHOD OCX_InitFaceContent(Face) CLASS MainDialog
RETURN NIL

void onEvent_InitFaceContent(COM   _Face)
{
}

function InitFaceContent as v (Face  as  OLE::Exontrol.TreeCube.1::IFace)
end function

function nativeObject_InitFaceContent(Face)
return