Do not launch a dialog box from within an event handler.
Attempting to execute interactive functions from within an event handler can cause serious problems, as may still be processing a command at the time the event is triggered.
이벤트 핸들러 내에서 대화식 함수를 실행하면 이벤트가 발생될 때 에서 명령을 처리하게 되는 심각한 문제가 발생할 수 있습니다.
Event handlers are members of an event handler collection, and all containers include this collection.
이벤트 처리기는 이벤트 처리기 컬렉션의 멤버이며 모든 컨테이너에는 이 컬렉션이 포함됩니다.
This requirement is due to the fact that the logic of the event handler procedures are not intended for use in the module code, but are called directly by the platform.
이 요구 사항은 이벤트 처리기 프로 시저의 논리가 모듈 코드에서 사용하기위한 것이 아니며 플랫폼에서 직접 호출하기 때문에 발생합니다.
This simple event handler unloads the form and ends the entire macro.
In this situation, the module should call an event handler.
Do not attempt any interactive functions from an event handler.
If it is not, a message is displayed and the event handler is exited without further processing.
그렇지 않은 경우 메시지를 표시하고 이벤트 핸들러를 추가 프로세스 없이 종료합니다.
You can check this variable in a event handler after export to determine whether any documents need to exported again.
내보낸 후 이벤트 처리기에서 이 변수를 확인하여 문서를 다시 내보내야 하는지 여부를 확인할 수 있습니다.
This example shows how to invoke a command button event handler
Therefore, avoid writing any information to an object from an event handler for the same object.
그러므로 같은 객체에 대한 정보를 이벤트 핸들러의 객체에 기록하지 마십시오.
The event object is automatically generated and passed to the event handler function when an event occurs.
이벤트가 발생하면 이벤트 객체가 자동으로 생성되어 이벤트 핸들러 함수에 전달됩니다.
Then, the event listener calls an event handler function to respond to the error event in a useful manner.
그러면 이벤트 리스너는 이벤트 핸들러 함수를 호출하여 오류 이벤트에 적절하게 응답합니다.