Version

ValueDirtied Event

Fired any time a value referenced by a Formula is dirtied.
Syntax
'Declaration
 
Public Event ValueDirtied As ValueDirtiedEventHandler
public event ValueDirtiedEventHandler ValueDirtied
Event Data

The event handler receives an argument of type ValueDirtiedEventArgs containing data related to this event. The following ValueDirtiedEventArgs properties provide information specific to this event.

PropertyDescription
Action Gets a the action which occurred.
Context Gets the Context.
Remarks

ValueDirtied event is fired any time a value that is being used in a calculation is dirtied (changed). This even can be used in conjunction with a CalcFrequency setting of Manual to determine when to there are dirty calculations to be ReCalced.

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