←Select platform

MWLDataset.PatientRowChangeEventHandler Delegate

Summary

Represents the method that will handle the PatientRowChanged, PatientRowChanging, PatientRowDeleting, and PatientRowDeleted events of a PatientDataTable.

Syntax

C#
VB
C++
public delegate void PatientRowChangeEventHandler(  
   object sender, 
   Leadtools.Medical.Worklist.Dataaccesslayer.Businessentity.MWLDataset.PatientRowChangeEvent e 
) 
Public Delegate Sub PatientRowChangeEventHandler( _ 
   ByVal sender As Object, _ 
   ByVal e As Leadtools.Medical.Worklist.Dataaccesslayer.Businessentity.MWLDataset.PatientRowChangeEvent _ 
) 
public delegate void PatientRowChangeEventHandler(  
   Object^ sender, 
   Leadtools.Medical.Worklist.Dataaccesslayer.Businessentity.MWLDataset.PatientRowChangeEvent^ e 
) 

Parameters

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

e
A PatientRowChangeEvent that contains the event data.

Requirements

Target Platforms

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