FillErrorEventHandler.cs 551 B

12345678910111213
  1. //------------------------------------------------------------------------------
  2. // <copyright file="FillErrorEventHandler.cs" company="Microsoft">
  3. // Copyright (c) Microsoft Corporation. All rights reserved.
  4. // </copyright>
  5. // <owner current="true" primary="true">[....]</owner>
  6. // <owner current="true" primary="false">[....]</owner>
  7. //------------------------------------------------------------------------------
  8. namespace System.Data { // MDAC 59437
  9. public delegate void FillErrorEventHandler(object sender, FillErrorEventArgs e);
  10. }