슬라이드뷰 » Event

on_beforeitemchange

Description

탭 아이템이 Change되기 전에 발생하는 이벤트이다. 

이벤트 처리 함수의 리턴값에 따라서 탭 아이템이 Change 될지 여부가 결정된다.

Parameters

Parameters Type Description
objInst INSTANCE 이벤트가 발생한 오브젝트
itemindex short Destroy할 탭 아이템 인덱스 (Zero-Base)

Return Value

Type Description
short 0 또는 1값만 리턴할 수 있다. (Remark 참조)

Remark

* Return Value
1 : 슬라이드 아이템이 Change 된다.
0 : 슬라이드 아이템이 Change 되지 않는다.

Example

//

See Also

on_itemcreate

Viewer Ver.

9.1.1.1

Update Date

20181112