我在WinForms应用程序中使用Infragistics UltraGrid. 在Infragistics UltraGrid中复选框的"检查更改"中引发了哪个事件?
使用该CellChange事件来举起UltraGrid.PerformAction(UltraGridAction.ExitEditMode)活动.这将触发AfterCellUpdate事件.
CellChange
UltraGrid.PerformAction(UltraGridAction.ExitEditMode)
AfterCellUpdate