대부분의 컨트롤을 다룰 때 초기에는 별 필요성이 없다가, 이것 저것 기능을 처리할려다 보면 꼭 필요한것들이 바로 이벤트를 핸들링 하는 일이다.정확한 개념 이해를 위해서 MSDN의 원문을 첨가한다. 물론 딸려오는 한글 설명은 번역한 내용을 기술하는 것이 아니고, 그냥 정리된 개념을 서술하는 것이다.에디트 컨트롤에 특화되어 제공되는 이벤트는 다음과 같이 8개가 있다.1.
EN_CHANGEThe EN_CHANGE notification message is sent when the user has taken an action that may have altered text in an edit control. Unlike the EN_UPDATE notification message, this notification message is sent after the system updates the screen. ..........
원문 링크 : [에디트컨트롤-기초06] 이벤트에 대하여 알아보자