←Select platform

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 message is received, the WorkstationMessager won't display any message boxes for the user.

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.Workstation Assembly