| PoolObjectEventArgsT Class | 
[This is preliminary documentation and is subject to change.]
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Umbrace.Unity.PurePool
 Syntax
Syntaxpublic class PoolObjectEventArgs<T> : EventArgs, IPoolable, IEventSystemHandler
The PoolObjectEventArgsT type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PoolObjectEventArgsT | 
            Initialises a new instance of the PoolObjectEventArgsT class.
             | 
|  | PoolObjectEventArgsT(T) | 
            Initialises a new instance of the PoolObjectEventArgsT class.
             | 
 Properties
Properties Methods
Methods| Name | Description | |
|---|---|---|
|  | AcquireInternal | 
            When implemented in a derived class, performs actions when the object is acquired from an object pool.
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ReleaseInternal | 
            Performs actions when the object is released back to an object pool.
             | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also