프로그래밍
C# 이벤트 핸들러(EventHandler)
노마드선샤인
2020. 10. 29. 18:08
728x90
https://blog.naver.com/oksk2002kr/220907086043
C# EventHandler [Windows Forms]
using System; using System.Collections.Generic; using System.Linq; using System.Text; using ...
blog.naver.com
이걸 활용해서 이벤트가 발생했을 때 메소드로 넘어가는 것을 실행
728x90