Skip to content

IPoolCallbacks<T> Interface

Interface for objects that can be notified when a pool changes.

C#
public interface IPoolCallbacks<out T>

T
The type in the pool.

C#
event PoolChangedArgs<out T> OnPoolChanged

PoolChangedArgs<T>