Click or drag to resize

ComponentPool Events

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

The ComponentPool type exposes the following members.

Events
  NameDescription
Public eventCanAcquireChanged
Occurs when the value of CanAcquire changes.
(Inherited from PoolBase<TSource, TInstance, TSettings>.)
Public eventCountChanged
Occurs when Count changes.
(Inherited from PoolBase<TSource, TInstance, TSettings>.)
Public eventDestroyed
Occurs when the pool is destroyed.
(Inherited from PoolBase<TSource, TInstance, TSettings>.)
Public eventInitialised
Occurs when the pool is initialised.
(Inherited from PoolBase<TSource, TInstance, TSettings>.)
Public eventObjectAcquired
Occurs when an instance of the source object is acquired from the pool.
(Inherited from PoolBase<TSource, TInstance, TSettings>.)
Public eventObjectDestroyed
Occurs when an instance of the source object is destroyed.
(Inherited from PoolBase<TSource, TInstance, TSettings>.)
Public eventObjectInstantiated
Occurs when a new instance of the source object is instantiated.
(Inherited from PoolBase<TSource, TInstance, TSettings>.)
Public eventObjectReleased
Occurs when an instance of the source object is released back to the pool.
(Inherited from PoolBase<TSource, TInstance, TSettings>.)
Top
See Also