Represents the method that will handle the ProcedureCodeSequenceRowChanged, ProcedureCodeSequenceRowChanging, ProcedureCodeSequenceRowDeleting, and ProcedureCodeSequenceRowDeleted events of a ProcedureCodeSequenceDataTable.
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator",
"4.0.0.0")]
delegate void ProcedureCodeSequenceRowChangeEventHandler(
object sender,
ProcedureCodeSequenceRowChangeEvent e
)
<GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator",
"4.0.0.0")>
Delegate Sub ProcedureCodeSequenceRowChangeEventHandler(
ByVal sender As Object,
ByVal e As ProcedureCodeSequenceRowChangeEvent
)
public [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator",
L"4.0.0.0")]
delegate void ProcedureCodeSequenceRowChangeEventHandler(
Object^ sender,
ProcedureCodeSequenceRowChangeEvent^ e
)
sender
An System.Object representing The source of the event.
e
A ProcedureCodeSequenceRowChangeEvent that contains the event data.
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