IMcUserMeasureEvents_EventGetIsValueStale Event

User measurement can indicate that the measurement is Stale during this event.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Event GetIsValueStale As IMcUserMeasureEvents_GetIsValueStaleEventHandler

Value

Type: MediaCy.IQL.FeaturesIMcUserMeasureEvents_GetIsValueStaleEventHandler
Remarks
Normally the measurement does not need to process this event, since it can specify which dependencies will make the measurements stale via the GetAttributes(mcmaidDependencies) event (and the defaults cover most situations even if that event is not handled). Note that this event will never be seen unless GetAttributes(mcmaidDependencies) event includes the mcmdfOther mcMeasurementDependencyFlags. See McUserMeasure.UserIsValueStale for more discussion.
See Also