BeginInvoke异步线程
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了BeginInvoke异步线程相关的知识,希望对你有一定的参考价值。
this.BeginInvoke(new Action(() => { dataGridView1.DataSource = BLLBillConsume.BllGetClearMarketLog_detail(detailID); dataGridView1.Columns[2].DefaultCellStyle.Alignment = DataGridViewContentAlignment.BottomRight;//文本向右对齐 }));
以上是关于BeginInvoke异步线程的主要内容,如果未能解决你的问题,请参考以下文章
多线程 异步 beginInvoke EndInvoke 使用
委托的异步编程和同步编程的使用( Invoke 和BeginInvoke)
WPF Dispatcher.BeginInvoke子线程更新UI