←Select platform

HeartBeatEvent Event

Summary

This event is fired every second or so to indicate that the MedicalWebViewerExternalController is communicating with the browser.

Syntax
C#
VB
C++
public event EventHandler<HeartBeatEventArgs> HeartBeatEvent 
Public Event HeartBeatEvent As EventHandler(Of HeartBeatEventArgs) 
public:  
   event EventHandler<HeartBeatEventArgs^>^ HeartBeatEvent 
Remarks

Subscribe to this event to give the user an indication that the MedicalWebViewerExternalController is actively communicating with the browser.

Event Data

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

PropertyDescription
Count This value is incremented internally each time the event is fired.
Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.