LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

OnItemRemoved Method







The KeyValuePair object that is removed from the dictionary.
Raises the Leadtools.Medical.Workstation.DictionaryWithEvents`2.ItemRemoved event.
Syntax
protected void OnItemRemoved( 
   KeyValuePair<TKey,TValue> data
)
'Declaration
 
Protected Sub OnItemRemoved( _
   ByVal data As KeyValuePair(Of TKey,TValue) _
) 
'Usage
 
Dim instance As DictionaryWithEvents(Of TKey,TValue)
Dim data As KeyValuePair(Of TKey,TValue)
 
instance.OnItemRemoved(data)
protected void OnItemRemoved( 
   KeyValuePair<TKey,TValue> data
)
 function Leadtools.Medical.Workstation.DictionaryWithEvents.OnItemRemoved( 
   data 
)
protected: void OnItemRemoved( 
   KeyValuePair<TKey*,TValue*> data
) 
protected:
void OnItemRemoved( 
   KeyValuePair<TKey*,TValue*> data
) 

Parameters

data
The KeyValuePair object that is removed from the dictionary.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DictionaryWithEvents<TKey,TValue> Class
DictionaryWithEvents<TKey,TValue> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.