Click or drag to resize

_IMcFeaturesEvents_FeatureAddedEventHandler Delegate

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub _IMcFeaturesEvents_FeatureAddedEventHandler ( 
	FeaturesObject As IMcFeatures,
	FirstIndex As Integer,
	AddedCount As Integer
)

Parameters

FeaturesObject
Type: MediaCy.IQL.FeaturesIMcFeatures
FirstIndex
Type: SystemInt32
AddedCount
Type: SystemInt32
See Also