GridWindow.BeginBatchUpdate() Method

Top 

Description

This method marks the beginning of a period where any update to the window will be queued and only processed when the GridWindow.EndBatchUpdate method is called.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

GridWindow.BeginBatchUpdate(

)

 

 

Syntax

myGridWindow1.BeginBatchUpdate();

 

 

See also

GridWindow Object

GridWindow Guide