Handled Property

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

Property Value

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

Remarks

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

Requirements

Target Platforms

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

Leadtools.Medical.Workstation Assembly

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