Version

ValueDirtied Event

Raised when a target value is dirty and needs to be recalculated.
Syntax
'Declaration
 
Public Event ValueDirtied As EventHandler(Of ValueDirtiedEventArgs)
public event EventHandler<ValueDirtiedEventArgs> 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 raised when a value needs to be recalculated due to various reasons, such a formula being added or removed or referenced value being changed.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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