C#
VB
C++
Represents the method that will handle the PatientRowChanged, PatientRowChanging, PatientRowDeleting, and PatientRowDeleted events of a PatientDataTable.
delegate void PatientRowChangeEventHandler(
object sender,
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
)
sender
An System.Object representing the source of the event.
e
A PatientRowChangeEvent that contains the event data.
PatientRowChangeEventHandler Members
Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity Namespace
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET