←Select platform

StudyRowChangeEvent Constructor

Summary

Initializes a new instance of the StudyRowChangeEvent class.

Syntax
C#
VB
C++
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
[DebuggerNonUserCodeAttribute()] 
public StudyRowChangeEvent( 
   StudyRow row, 
   DataRowAction action 
) 
<GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0"),  
 DebuggerNonUserCodeAttribute()>  
Public Sub New(ByVal row As StudyRow, ByVal action As DataRowAction) 
 MyBase.New 
public:  
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", L"4.0.0.0")] [DebuggerNonUserCodeAttribute] StudyRowChangeEvent(StudyRow^ row, DataRowAction^ action) 

Parameters

row

The StudyRow upon which an action is occurring.

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.Storage.DataAccessLayer Assembly

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