Click or drag to resize

CollectionChangedHandlerTItem, TCollectionOnRegisterCollection Method

Called when the object has been registered (attached) to a collection

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected virtual void OnRegisterCollection(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs

[Missing <param name="e"/> documentation for "M:Eto.CollectionChangedHandler`2.OnRegisterCollection(System.EventArgs)"]

See Also