'Declaration Protected Overridable Function OnDirtying() As Boolean
'Usage Dim instance As ExternalVariable Dim value As Boolean value = instance.OnDirtying()
protected virtual bool OnDirtying()
Return Value
true
if the external variable require executing its own logic after the calculation engine is ready; otherwise, false
.