←Select platform

MWLDataset.VisitRowChangeEventHandler Delegate

Summary

Represents the method that will handle the VisitRowChanged, VisitRowChanging, VisitRowDeleting, and VisitRowDeleted events of a VisitDataTable.

Syntax

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

Parameters

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

e
A VisitRowChangeEvent 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