←Select platform

FramesRequested Event

Summary

Optional delegate method for additional processing.

Syntax

c#[C# Syntax] 
            public event EventHandler<MedicalViewerRequestedFramesInformationEventArgs> FramesRequested 
             
 
vb[VB Syntax] 
  
Public Event FramesRequested As EventHandler(Of MedicalViewerRequestedFramesInformationEventArgs) 
             
 
java[Java Syntax] 
             
             
 
c++[C++ Syntax] 
            public: 
event EventHandler<MedicalViewerRequestedFramesInformationEventArgs^>^ FramesRequested 

Event Data

The event handler receives an argument of type MedicalViewerRequestedFramesInformationEventArgs containing data related to this event. The following MedicalViewer3DFrameRequestedEventArgs properties provide information specific to this event.

PropertyDescription
Image Gets or sets the image that is requested by the Medical Viewer engine and the Medical 3D Engine.
ImageIndex Gets the value that indicates the index of the requested image
Example

 

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.MedicalViewer Assembly
Click or drag to resize