LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Handled Property (MessagerQuestionEventArgs)

Show in webframe






Gets or sets a value indicating if the user receiving the event will handle the message.
Syntax
public bool Handled {get; set;}
'Declaration
 
Public Property Handled As Boolean
'Usage
 
Dim instance As MessagerQuestionEventArgs
Dim value As Boolean
 
instance.Handled = value
 
value = instance.Handled

            

            
public: __property bool get_Handled();
public: __property void set_Handled( 
   bool value
);
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 question is received, the WorkstationMessager won't display any message boxes for the user.

Requirements

Target Platforms

See Also

Reference

MessagerQuestionEventArgs Class
MessagerQuestionEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.