Handled Property

Summary
Gets or sets a value indicating if the user receiving the event will handle the message.
Syntax
C#
VB
C++
public bool Handled { get; set; } 
  
Public Property Handled As Boolean 
public: 
property bool Handled { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

True if the user is handling the message; Otherwise, false.

Remarks

If the user set this value to true when the question is received, the WorkstationMessager won't display any message boxes for the user.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation Assembly

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