←Select platform

ReferencedSeriesSequenceRowChangeEvent Constructor

Summary

Initializes a new instance of the ReferencedSeriesSequenceRowChangeEvent class.

Syntax

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

Parameters

row

The ReferencedSeriesSequenceRow upon which an action is occurring.

action

One of the System.Data.DataRowAction values.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly