Version

CommandSourceCollection Class Members

The following tables list the members exposed by CommandSourceCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertyCountGets the amount of items in the collection. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Public PropertyElementGets / sets the framework element which the command is attached to.  
Public PropertyIsReadOnlyGets whether or not the collection is read only. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Public PropertyItemGets the item at the specified index. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Protected Properties
 NameDescription
Protected PropertyItemsGets the unerlying collection used to store all items. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Public Methods
 NameDescription
Public MethodAddAdds the item to the end of the collection. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Public MethodClearRemoves all items from the collection. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Public MethodContainsDetermines if the collection contains the specified item. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Public MethodCopyToCopies the collection to the specified array, starting at the specified index. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Public MethodDisposeOverloaded. Releases the unmanaged resources used by the Infragistics.Collections.CollectionBase<T> and optionally releases the managed resources. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Public MethodGetEnumeratorGets the System.Collections.IEnumerator for the collection. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Public MethodIndexOfGets the index of the specified item. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Public MethodInsertInserts the item at the specified index. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Public MethodRemoveRemoves the specified item. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Public MethodRemoveAtRemoves the item at the specified index. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Protected Methods
 NameDescription
Protected MethodAddItemOverridden. Registers the Infragistics.Controls.CommandSource object with the CommandSourceManager and adds the object to the collection.  
Protected MethodAddItemSilentlyAdds the item at the specified index, without triggering any events. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Protected MethodGetCountRetrieves the amount of items in the collection. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Protected MethodGetItemGets the item at the specified index. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Protected MethodInsertItemAdds an item to the collection at a given index. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Protected MethodOnItemAddedInvoked when an Item is added at the specified index. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Protected MethodOnItemRemovedInvoked when an Item is removed from the collection. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Protected MethodOnNotifyCollectionChangedInvoked when this collection changes. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Protected MethodOnPropertyChangedOccurs when a property changes. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Protected MethodOnResetItemsInvoked when all items are cleared from a collection. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Protected MethodRemoveItemOverridden. Unregisters the Infragistics.Controls.CommandSource object with the CommandSourceManager and removes the object to the collection.  
Protected MethodRemoveItemSilentlyRemoves the item at the specified index, without triggering any events. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Protected MethodReplaceItemReplaces the item at the specified index with the specified item. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Protected MethodResetItemsOverridden. Unregisters all Infragistics.Controls.CommandSource objects from the CommandSourceManager  
Protected MethodResetItemsSilentlyRemoves all items from the collection without firing any events. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Public Events
 NameDescription
Public EventCollectionChangedFired when the collection changes. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
See Also