←Select platform

ScheduledProtocolCodeSequenceRowChangeEventHandler Delegate

Syntax

C#
VB
C++
delegate void ScheduledProtocolCodeSequenceRowChangeEventHandler( 
   object sender, 
   ScheduledProtocolCodeSequenceRowChangeEvent e 
) 
  
Public Delegate Sub ScheduledProtocolCodeSequenceRowChangeEventHandler( _ 
   ByVal sender As Object, _ 
   ByVal e As ScheduledProtocolCodeSequenceRowChangeEvent _ 
)  
public delegate void ScheduledProtocolCodeSequenceRowChangeEventHandler(  
   Object^ sender, 
   MWLDataset.ScheduledProtocolCodeSequenceRowChangeEvent^ e 
) 

Parameters

sender
An System.Object representing the source of the event.

e
A ScheduledProtocolCodeSequenceRowChangeEvent 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.Worklist.DataAccessLayer Assembly