| PoolBaseTSource, TInstance, TSettings Events | 
[This is preliminary documentation and is subject to change.]
The PoolBaseTSource, TInstance, TSettings generic type exposes the following members.
 Events
Events| Name | Description | |
|---|---|---|
|  | CanAcquireChanged | 
            Occurs when the value of CanAcquire changes.
             | 
|  | CountChanged | 
            Occurs when Count changes.
             | 
|  | Destroyed | 
            Occurs when the pool is destroyed.
             | 
|  | Initialised | 
            Occurs when the pool is initialised.
             | 
|  | ObjectAcquired | 
            Occurs when an instance of the source object is acquired from the pool.
             | 
|  | ObjectDestroyed | 
            Occurs when an instance of the source object is destroyed.
             | 
|  | ObjectInstantiated | 
            Occurs when a new instance of the source object is instantiated.
             | 
|  | ObjectReleased | 
            Occurs when an instance of the source object is released back to the pool.
             | 
 See Also
See Also