event InitFaceTree (Tree as FaceTree)
Notifies your application that a face changes its type to exFaceTree.

TypeDescription
Tree as FaceTree A FaceTree object being created
The InitFaceTree / InitFaceContent event occurs once the face's Type property has been changed to exFaceTree, or calling the CreateTree method for the first time. You can use the InitFaceTree event to initialize all faces of Tree type. 

A face that contains a Tree control may fire any of the following events ( CreateTree, Type on exFaceTree ):