IPoolCallbacks<T> Interface
Definition
Section titled “Definition”Interface for objects that can be notified when a pool changes.
public interface IPoolCallbacks<out T>Type Parameters
Section titled “Type Parameters”T
The type in the pool.
Events
Section titled “Events”OnPoolChanged
Section titled “OnPoolChanged”event PoolChangedArgs<out T> OnPoolChanged