←Select platform

MessagerQuestionHandler Delegate

Summary

Represents the method that will handle the WorkstationMessager.Question event.

Syntax

C#
VB
C++
public delegate void MessagerQuestionHandler( 
   MessagerQuestionEventArgs args 
) 
  
Public Delegate Sub MessagerQuestionHandler( _ 
   ByVal args As Leadtools.Medical.Workstation.MessagerQuestionEventArgs _ 
)  
public delegate void MessagerQuestionHandler(  
   Leadtools.Medical.Workstation.MessagerQuestionEventArgs^ args 
) 

Parameters

args
A MessagerQuestionEventArgs that contains the event data.

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