FramesLoaded Event

Summary

Optional delegate method for additional processing.

Syntax
C#
VB
C++
public event EventHandler<MedicalViewerFramesLoadedEventArgs> FramesLoaded 
  
Public Event FramesLoaded As EventHandler(Of MedicalViewerFramesLoadedEventArgs) 
            public: 
event EventHandler<MedicalViewerFramesLoadedEventArgs^>^ FramesLoaded 

Event Data

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.

PropertyDescription
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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly