←Select platform

ImageInstanceRowChangeEventHandler Delegate

Summary

Represents the method that will handle the ImageInstanceRowChanged, ImageInstanceRowChanging, ImageInstanceRowDeleting, and ImageInstanceRowDeleted events of an ImageInstanceDataTable.

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

Parameters

sender

An System.Object representing the source of the event.

e

A ImageInstanceRowChangeEvent that contains the event data.

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.