Version

ValueDirtiedEventArgs Class

Base class for event arguments that have an associated IUltraCalcReference.
Syntax
'Declaration
 
Public Class ValueDirtiedEventArgs 
   Inherits System.EventArgs
public class ValueDirtiedEventArgs : System.EventArgs 
Remarks

These arguments are received by developers who subscribe an event handler to the _CALCMANAGER_.ValueDirtied event. It fires when the associated IUltraCalcReference identified by the CalcRef property has become dirty. Dirtiness implies either the value of that reference has changed directly, or the value(s) of one or more references it's value is dependent upon has changed.

Requirements

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