Method DoInsideUpdate
DoInsideUpdate(Action)
Executes action between calls to BeginUpdate()
and EndUpdate().
public virtual void DoInsideUpdate(Action action)
Parameters
actionActionAction that will be executed.
Executes action between calls to BeginUpdate()
and EndUpdate().
public virtual void DoInsideUpdate(Action action)
action ActionAction that will be executed.