LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ItemAdded Event (MedicalViewerHostCollection)

LEADTOOLS SDK Help  |  






Occurs when an item is added to the collection.
Syntax
'Declaration
 
Public Event ItemAdded As EventHandler(Of DataEventArgs(Of MedicalViewerHost))
 
'Usage
 
Dim instance As MedicalViewerHostCollection
Dim handler As EventHandler(Of DataEventArgs(Of MedicalViewerHost))
 
AddHandler instance.ItemAdded, handler
Event Data

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.

PropertyDescription
Data Gets the argument data to pass to an event handler.
Requirements

Target Platforms

See Also

Reference

MedicalViewerHostCollection Class
MedicalViewerHostCollection Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.