_DMcMeasuresEvents_SelectChangedEventHandler Delegate

An event fired when the enabled state one or more measurements in the collection is changed.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub _DMcMeasuresEvents_SelectChangedEventHandler ( 
	Measures As McMeasures
)

Parameters

Measures
Type: MediaCy.IQL.FeaturesMcMeasures
The McMeasures object firing the event.
Remarks
Sent whenever an assignment to the McMeasures.Select property changes the McMeasure.Enabled property of one or more measurements in the collection
See Also