Leadtools.MedicalViewer Namespace > MedicalViewerCell Class : FramesLoaded Event |
public event EventHandler<MedicalViewerFramesLoadedEventArgs> FramesLoaded
'Declaration Public Event FramesLoaded As EventHandler(Of MedicalViewerFramesLoadedEventArgs)
'Usage Dim instance As MedicalViewerCell Dim handler As EventHandler(Of MedicalViewerFramesLoadedEventArgs) AddHandler instance.FramesLoaded, handler
public: event EventHandler<MedicalViewerFramesLoadedEventArgs^>^ FramesLoaded
The event handler receives an argument of type MedicalViewerFramesLoadedEventArgs containing data related to this event. The following MedicalViewerFramesLoadedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CellIndex | Gets the value that indicates the index of the cell that fired the event. |
FramesLoadedIndexes | Gets the array of integers containing the a zero-based index of each loaded page. |