←Select platform

HangingProtocolProcedureCodeSequenceRowChangeEventHandler Delegate

Summary

Represents the method that will handle the event.

Syntax

C#
VB
C++
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
delegate void HangingProtocolProcedureCodeSequenceRowChangeEventHandler( 
   object sender, 
   HangingProtocolProcedureCodeSequenceRowChangeEvent e 
) 
<GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")> 
 Delegate Sub HangingProtocolProcedureCodeSequenceRowChangeEventHandler( 
   ByVal sender As Object, 
   ByVal e As HangingProtocolProcedureCodeSequenceRowChangeEvent 
) 
public [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   delegate void HangingProtocolProcedureCodeSequenceRowChangeEventHandler( 
      Object^ sender, 
      HangingProtocolProcedureCodeSequenceRowChangeEvent^ e 
   ) 

Parameters

sender

The source of the event.

e

A HangingProtocolProcedureCodeSequenceRowChangeEvent that contains the event data.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly