https://www.csharpstudy.com/CSharp/CSharp-delegate2.aspx

 

C# delegate 2 - C# 프로그래밍 배우기 (Learn C# Programming)

C# delegate 필드와 delegate 속성 C# delegate 1 에서 보듯이, delegate는 메서드의 파라미터로 전달될 수 있다. 이와 맥락을 같이하여 delegate는 또한 클래스의 필드나 속성에 사용될 수 있다. 일종의 함수

www.csharpstudy.com

https://hijuworld.tistory.com/42

 

C#/.NET 이벤트(Event) 이해하기

이벤트를 이해하기 위해선 델리게이트(delegate)를 우선 알아야 한다. 델리게이트에 대해서는 아래 링크를 참조하자. C# 델리게이트와 함수 포인터 : http://hijuworld.tistory.com/39 이벤트를 발생시키는

hijuworld.tistory.com

잘 정리되어있는 사이트이다

+ Recent posts