←Select platform

PresentationInstanceRowChangeEvent Constructor

Summary

Initializes a new instance of the PresentationInstanceRowChangeEvent class.

Syntax

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

Parameters

row

The PresentationInstanceRow for 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