←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly