←Select platform

LogoutEvent Event

Summary

This event is fired after a successful call to MedicalWebViewerExternalController-UserLogout.

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

After making a call to MedicalWebViewerExternalController.UserLogout, the MedicalWebViewerExternalController.LogoutEvent is fired to indicate a successful logout.

Event Data

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

PropertyDescription
Reason A string indicating the reason for the logout.
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.