API_NotifyViewEventID
Project Navigator 이벤트에서의 알림에 대한 가능한 값들입니다.
typedef enum { APINotifyView_Inserted, APINotifyView_Modified, APINotifyView_Deleted, APINotifyView_Opened, APINotifyView_Begin, APINotifyView_End } API_NotifyViewEventID;
멤버
- APINotifyView_Inserted
- 새로운 Project Navigator 항목이 삽입되었습니다.
- APINotifyView_Modified
- Project Navigator 항목이 변경되었습니다.
- APINotifyView_Deleted
- Project Navigator 항목이 제거되었습니다.
- APINotifyView_Opened
- Project Navigator 항목이 열렸습니다.
- APINotifyView_Begin
- 시작 알림입니다.
- APINotifyView_End
- 끝 알림입니다.
설명
더 자세한 것은 ACAPI_Notify_CatchViewEvent 함수를 참조하십시오.
요구사항
- 버전: API 10 또는 이후
- 헤더: APIdefs_Callback.h
참고사항
API_NotifyViewEventType
APIViewEventHandlerProc
ACAPI_Notify_CatchViewEvent
API 타입