KeyedCommandifiedListT, TKeyValueOnAddingItem Method  | 
 
            Called right before the item passed in is about to be added to this list. Use this method to do event handler housekeeping on elements in this list.
            
 
    Namespace: 
   SD.Tools.Algorithmia.GeneralDataStructures
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.5.0 (1.3.18.1017)
Syntaxprotected override void OnAddingItem(
	T item
)
Protected Overrides Sub OnAddingItem ( 
	item As T
)
Parameters
- item
 - Type: T
The item which is about to be added. 
See Also