_DMcMeasuresEvents_EventMeasuresGoneStale Event

An event fired when one or more measurements in the collection goes "stale"

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

Value

Type: MediaCy.IQL.Features_DMcMeasuresEvents_MeasuresGoneStaleEventHandler
Remarks
Sent whenever one or more measurements in the collection goes "stale". A measurement is "stale" when its McMeasure.Value property needs to be recomputed; for each of the objects in teh MeasureObjectsArray the McMeasure.IsValueStale property will have gone True just before this event is fired.
See Also