Search
GroupCollection Fields
 


 Protected Fields

  Name Description

groupEventArgs

A ItemEventArgs instance used for passing arguments to the event handlers for the events of this collection. Used to avoid creating many small objects that would burden the garbage collector.

InnerList

Gets a List<T> containing the list of elements in the collection instance. (Inherited from CollectionBase.)

notifyParent

If enabled, the collection raises events to let their containing objects handle the addition or removal of items.

 See Also