/**
* 트리뷰 마우스 진출 이벤트
*
* @param {Object} objInst 트리뷰 컴포넌트 인스턴스
* @param {number} index 아이템 인덱스(메뉴이외영역은 -1)
* @param {number} depth 아이템 깊이(메뉴이외영역은 -1)
*/
function treeview_on_mousein(objInst)
{
var mouse_event_pos_info;
factory.consoleprint("on_mousein> Start");
factory.consoleprint("on_mousein> TreeView Object Name = " + objInst.getname());
factory.consoleprint("on_rclick> index = " + index);
factory.consoleprint("on_rclick> depth = " + depth);]
// mouse_event_pos_info 정보에 대한 자세한 내용은 getmouseeventpos API 도움말 참조
mouse_event_pos_info = factory.getmouseeventpos();
}