Esempio n. 1
0
 /// <summary>
 /// 如果是批量操作,可以使用此接口来统一处理最后的事件。
 /// </summary>
 /// <returns></returns>
 public IDisposable BatchSelection()
 {
     return(_listEditor.BeginBatchSelection());
 }