Javax.Sql.RowSetEvent Class
An event which is sent when specific events happen to a Javax.Sql.IRowSet object.

See Also: RowSetEvent Members

Syntax

[Android.Runtime.Register("javax/sql/RowSetEvent", DoNotGenerateAcw=true)]
public class RowSetEvent : Java.Util.EventObject

Remarks

An event which is sent when specific events happen to a Javax.Sql.IRowSet object. The events are sent to inform registered listeners that changes have occurred to the RowSet. The events covered are:

  1. A single row in the RowSet changes.
  2. The whole set of data in the RowSet changes.
  3. The RowSet cursor position changes.

The event contains a reference to the RowSet object which generated the message so that the listeners can extract whatever information they need from that reference.

[Android Documentation]

Requirements

Namespace: Javax.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1