Click or drag to resize

CollectionChangedHandlerTItem, TCollectionRegister Method

Registers a specific collection to observe

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual bool Register(
	TCollection collection
)

Parameters

collection
Type: TCollection
collection to observe

Return Value

Type: Boolean
true if the collection was registered, false otherwise
See Also