Represents the method that will handle the ImagingServiceRequestRowChanged, ImagingServiceRequestRowChanging, ImagingServiceRequestRowDeleting, and ImagingServiceRequestRowDeleted events of a ImagingServiceRequestDataTable.
delegate void ImagingServiceRequestRowChangeEventHandler(
object sender,
ImagingServiceRequestRowChangeEvent e
)
Public Delegate Sub ImagingServiceRequestRowChangeEventHandler( _
ByVal sender As Object, _
ByVal e As ImagingServiceRequestRowChangeEvent _
)
public delegate void ImagingServiceRequestRowChangeEventHandler(
Object^ sender,
MWLDataset.ImagingServiceRequestRowChangeEvent^ e
)
sender
An System.Object representing the source of the event.
e
A ImagingServiceRequestRowChangeEvent that contains the event data.
ImagingServiceRequestRowChangeEventHandler 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