Delegate
2020. 1. 9. 10:56ㆍWPF/코드
using System.Windows.Threading;
Dispatcher.Invoke(DispatcherPriority.Normal, new Action(delegate
{
txt_Msg.AppendText(strMsg);
}));
'WPF > 코드' 카테고리의 다른 글
Paste___DataObjectPastingEventArgs (0) | 2020.02.17 |
---|---|
WPF___Image 삽입 (0) | 2020.02.17 |
TextBox 붙여넣기 허용 (0) | 2020.01.15 |
User Exception ( example code. dll files ) (0) | 2020.01.10 |
Caliburn.Micro (0) | 2020.01.08 |