←Select platform

LogoutEvent Event

Summary

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

Syntax
C#
C++/CLI
public event EventHandler<LogoutEventArgs> LogoutEvent 
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 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly

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