-
[WPF] EventHandlerC#/WPF 2023. 5. 31. 16:31
https://yangbengdictionary.tistory.com/11
[C#] EventHandler - 이벤트에 특정값(Class)전달
EvenHandler 일반적인 EventHander는 이벤트 발생시 전달할 값이 없는 이벤트를 나타냅니다. public delegate void EventHandler(object? sender, EventArgs arg); 매개 변수 Sender => Object 이벤트 호출자, 이벤트 소스라 불
yangbengdictionary.tistory.com
728x90'C# > WPF' 카테고리의 다른 글
[WPF] PostBuildEvent (0) 2023.06.01 [WPF] Find Parent (0) 2023.05.31 [WPF] Access view control from viewmodel (0) 2023.05.31 [WPF] ReadOnly Property (0) 2023.05.24 [WPF] ObservableCollection Filter (0) 2023.05.19 댓글