.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(
	MetaArray items
)
Visual Basic (Usage)
Dim instance As New NotifyCollectionHandler(AddressOf HandlerMethod)

Parameters

items
Type: proCube.Api..::.MetaArray

See Also