LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Message Event
See Also 
Leadtools.Medical.Workstation Namespace > WorkstationMessager Class : Message Event




Occurs before a message is displayed to the user.

Syntax

Visual Basic (Declaration) 
Public Event Message As MessagerMessageHandler
Visual Basic (Usage)Copy Code
Dim instance As WorkstationMessager
Dim handler As MessagerMessageHandler
 
AddHandler instance.Message, handler
C# 
public event MessagerMessageHandler Message
Managed Extensions for C++ 
public: __event MessagerMessageHandler* Message
C++/CLI 
public:
event MessagerMessageHandler^ Message

Remarks

If the user set the MessagerMessageEventArgs.Handled to true no messages will be displayed by this class.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Reference

WorkstationMessager Class
WorkstationMessager Members