←Select platform

Message Event

Summary

Occurs when a new message is received from the DICOM Service.

Syntax

C#
VB
C++
public event EventHandler<MessageEventArgs> Message
Public Event Message As EventHandler(Of MessageEventArgs)
public: 
event EventHandler<MessageEventArgs^>^ Message 

Event Data

The event handler receives an argument of type MessageEventArgs containing data related to this event. The following MessageEventArgs properties provide information specific to this event.

PropertyDescription
Message Gets the message.
Example

For an example refer to InstallService

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Server.Admin Assembly
Click or drag to resize