public enum BindingListDisposeBehaviorPublic Enumeration BindingListDisposeBehaviorpublic enum class BindingListDisposeBehaviortype BindingListDisposeBehavior| DisposeCollection | 0 | Indicates that the wrapped collection should be disposed if it implements the IDisposable interface. |
| DisposeCollectionAndItems | 1 | Indicates that the wrapped collection and the items should be disposed if they implement the IDisposable interface. Elements are never disposed when they are overwritten or removed, only when the parent FastBindingListT is disposed. |
| KeepAlive | 2 | Indicates that neither the wrapped collection nor the items should be disposed when the parent FastBindingListT is disposed, in which case only the event subscriptions are removed. |
| AllFlagsDefined |
Gets whether every single bit value in flags are defined in the enum type of flags,
or when flags is zero, it is checked whether zero is defined in the enum type of flags.
(Defined by EnumExtensions) |
| IsSingleFlag |
Gets whether only a single bit is set in value.
(Defined by EnumExtensions) |