IMcUserMeasureEvents_Event Interface

An interface implemented by McUserMeasure.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcUserMeasureEvents_Event

The IMcUserMeasureEvents_Event type exposes the following members.

Events
  NameDescription
Public eventComputeValue
User measurement must supply a measurement Value during this event.
Public eventGetAttributes
Event to get a measurement Attribute
Public eventGetDescription
User measurement can supply a displayable measurement Description during this event.
Public eventGetDisplayName
User measurement can supply a displayable measurement Name during this event.
Public eventGetIsValueStale
User measurement can indicate that the measurement is Stale during this event.
Top
See Also