| Visual Basic (Declaration) | |
|---|---|
Public Sub ResumeRowSynchronization() | |
| C# | |
|---|---|
public void ResumeRowSynchronization() | |
SuspendRowSynchronization and ResumeRowSynchronization methods can be used to temporarily suspend UltraGrid from responding to data source change notifications. When row syncrhonization is suspended, the UltraGrid will still mark the rows dirty so it will re-create the rows next time it gets painted.