←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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly