VisitRowChangeEventHandler Delegate

Summary
Represents the method that will handle the VisitRowChanged, VisitRowChanging, VisitRowDeleting, and VisitRowDeleted events of a VisitDataTable.
Syntax
C#
C++/CLI
delegate void VisitRowChangeEventHandler( 
   object sender, 
   VisitRowChangeEvent e 
) 
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 22.0.2022.12.13
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly

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