←Select platform

FramesRequested Event

Summary

Optional delegate method for additional processing.

Syntax

C#
VB
C++
public event EventHandler<MedicalViewerRequestedFramesInformationEventArgs> FramesRequested 
Public Event FramesRequested As EventHandler(Of MedicalViewerRequestedFramesInformationEventArgs) 
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
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