←Select platform

RequestAttributeSequenceRowChangeEvent Constructor

Summary

Initializes a new instance of the RequestAttributeSequenceRowChangeEvent class.

Syntax

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

Parameters

row

The RequestAttributeSequenceRow 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