PatientRowChangeEvent Constructor

Summary
Initializes a new instance of the PatientRowChangeEvent class.
Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public PatientRowChangeEvent( 
   PatientRow row, 
   DataRowAction action 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Function New( _ 
   ByVal row As PatientRow, _ 
   ByVal action As DataRowAction _ 
) 
[DebuggerNonUserCodeAttribute()] 
public: 
MWLDataset.PatientRowChangeEvent(  
   PatientRow^ row, 
   DataRowAction action 
) 

Parameters

row
The PatientRow upon which an action is occuring.

action
One of the System.Data.DataRowAction values.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly

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