←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly