EventedCollectionGetReadOnlyHandler TContext  DelegateNFX Class Library

[This is preliminary documentation and is subject to change.]

Event handler for list changes

Namespace: NFX.Collections
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public delegate bool EventedCollectionGetReadOnlyHandler<TContext>(
	EventedCollectionBase<TContext> collection
)

Parameters

collection
Type: NFX.Collections EventedCollectionBase TContext 
Type Parameters

TContext

Return Value

Type: OnlineBoolean
See Also