.NET Only. Delegate fired when the collection is changed.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
public delegate void NotifyCollectionHandler<ARRAY>(
	ARRAY items
)
where ARRAY : MetaArray
Visual Basic (Usage)
Dim instance As New NotifyCollectionHandler(Of ARRAY)(AddressOf HandlerMethod)

Parameters

items
Type: ARRAY

Type Parameters

ARRAY

See Also