Version

SuspendNotificationProcessing Method

Suspends notification processing.
Syntax
'Declaration
 
Public Sub SuspendNotificationProcessing() 
public void SuspendNotificationProcessing()
Remarks

This method is typically used when you are about to perform operations in UltraWinGrid that will cause a large number of calculation-related notifications to be raised. Sometimes processing a large number of notifications can take a very long time. This method can be used to suspend such processing of notifications. ResumeNotificationProcessing must be called to resume the processing of notifications. Since not processing notifications can cause the calc manager to not enque formulas that need to be recalculated, you should call ResumeNotificationProcessing with dirtyAllFormulas parameter set to true to recalculate all the formulas.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also