←Select platform

ImageInstanceRowChangeEventHandler Delegate

Summary

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

Syntax
C#
C++/CLI
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
delegate void ImageInstanceRowChangeEventHandler( 
   object sender, 
   ImageInstanceRowChangeEvent e 
) 
public: 
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"17.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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.