Microsoft SDK for Java

AdoEvent Class

The AdoEvent class of the com.ms.wfc.data package is the basis of ADO event handlers. It is the superclass that is extended by ConnectionEvent and RecordsetEvent.

class AdoEvent
{
  // Constructors
  public AdoEvent(java.lang.Object p1);

  // Fields
  public java.lang.Object sender;
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.