Click or drag to resize
FdfPropertyCollectionOnChangeEventHandler Delegate

Namespace: FDF.Common.Runtime
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public delegate void OnChangeEventHandler(
	int index,
	Object value
)

Parameters

index
Type: SystemInt32
value
Type: SystemObject
See Also