Leadtools.Medical.Workstation Namespace > DictionaryWithEvents<TKey,TValue> Class : ItemUpdated Event |
public event EventHandler<DataEventArgs<KeyValuePair<TKey,TValue>>> ItemUpdated
'Declaration Public Event ItemUpdated As EventHandler(Of DataEventArgs(Of KeyValuePair(Of TKey,TValue)))
'Usage Dim instance As DictionaryWithEvents(Of TKey,TValue) Dim handler As EventHandler(Of DataEventArgs(Of KeyValuePair(Of TKey,TValue))) AddHandler instance.ItemUpdated, handler
public: __event EventHandler<DataEventArgs<KeyValuePair<TKey*,TValue*>>*>* ItemUpdated
public: event EventHandler<DataEventArgs<KeyValuePair<TKey*,TValue*>>*>* ItemUpdated
The event handler receives an argument of type DataEventArgs<TData> containing data related to this event. The following DataEventArgs<TData> properties provide information specific to this event.
Property | Description |
---|---|
Data | Gets the argument data to pass to an event handler. |