C#
VB
C++
Initializes a new instance of the PatientRowChangeEvent class.
[DebuggerNonUserCodeAttribute()]
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator",
"4.0.0.0")]
public PatientRowChangeEvent(
PatientRow row,
DataRowAction action
)
<GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0"),
DebuggerNonUserCodeAttribute()>
Public Sub New(ByVal row As PatientRow, ByVal action As System.Data.DataRowAction)
public:
[GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", L"4.0.0.0")] [DebuggerNonUserCodeAttribute] PatientRowChangeEvent(PatientRow^ row, System::Data::DataRowAction^ action)
row
The PatientRow upon which an action is occurring.
action
One of the System.Data.DataRowAction values.
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