VisitRowChangeEventHandler Delegate

Summary
Represents the method that will handle the VisitRowChanged, VisitRowChanging, VisitRowDeleting, and VisitRowDeleted events of a VisitDataTable.
Syntax
C#
VB
C++
delegate void VisitRowChangeEventHandler( 
   object sender, 
   VisitRowChangeEvent e 
) 
  
Public Delegate Sub VisitRowChangeEventHandler( _ 
   ByVal sender As Object, _ 
   ByVal e As VisitRowChangeEvent _ 
)  
public delegate void VisitRowChangeEventHandler(  
   Object^ sender, 
   VisitRowChangeEvent^ e 
) 

Parameters

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

e
A VisitRowChangeEvent that contains the event data.

Requirements

Target Platforms

See Also

Reference

VisitRowChangeEventHandler Members

Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity Namespace

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.