OnDirtying Method (SparklineDataSource)
In This Topic
Designates this external variable to be recalculated when the next recalculation occurs.
Syntax
'Declaration
Protected Overrides NotOverridable Function OnDirtying() As Boolean
'Usage
Dim instance As SparklineDataSource
Dim value As Boolean
value = instance.OnDirtying()
protected override bool OnDirtying()
Return Value
true
if the external variable require executing its own logic after the calculation engine is ready; otherwise, false
.
See Also