method Gauge.FreezeEvents (Freeze as Boolean)
Prevents the control to fire any event.

TypeDescription
Freeze as Boolean A Boolean expression indicating whether the control's events are frozen or active
The FreezeEvents(True) method freezes the control's events until the FreezeEvents(False) method is called. You can use the FreezeEvents method to improve performance of the control while loading data into it.

Purpose:

Use Case:

Example Scenario:

Benefits: