Beispiel #1
0
 /// <summary>
 ///     Destroys a container when it's item is removed from the source collection.
 /// </summary>
 /// <param name="container">The container.</param>
 protected override void DestroyContainer(FilterItemContainer <T> container)
 {
     container.Dispose();
     container.ValueChanged -= ContainerOnIsIncludedChanged;
 }