←Select platform

InstanceRowChangeEventHandler Delegate

Summary

Represents the method that will handle the InstanceRowChanged, InstanceRowChanging, InstanceRowDeleting, and InstanceRowDeleted events of a InstanceDataTable.

Syntax

C#
VB
C++
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
delegate void InstanceRowChangeEventHandler( 
   object sender, 
   InstanceRowChangeEvent e 
) 
<GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")> 
 Delegate Sub InstanceRowChangeEventHandler( 
   ByVal sender As Object, 
   ByVal e As InstanceRowChangeEvent 
) 
public [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   delegate void InstanceRowChangeEventHandler( 
      Object^ sender, 
      InstanceRowChangeEvent^ e 
   ) 

Parameters

sender

An System.Object representing the source of the event.

e

A InstanceRowChangeEvent that contains the event data.

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