IRowSetListener.RowChanged(RowSetEvent) Method

Definition

Notifies registered listeners that a RowSet object has had a change in one of its rows.

[Android.Runtime.Register("rowChanged", "(Ljavax/sql/RowSetEvent;)V", "GetRowChanged_Ljavax_sql_RowSetEvent_Handler:Javax.Sql.IRowSetListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void RowChanged (Javax.Sql.RowSetEvent? e);
[<Android.Runtime.Register("rowChanged", "(Ljavax/sql/RowSetEvent;)V", "GetRowChanged_Ljavax_sql_RowSetEvent_Handler:Javax.Sql.IRowSetListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member RowChanged : Javax.Sql.RowSetEvent -> unit

Parameters

Attributes

Remarks

Notifies registered listeners that a RowSet object has had a change in one of its rows.

The source of the event can be retrieved with the method event.getSource.

Java documentation for javax.sql.RowSetListener.rowChanged(javax.sql.RowSetEvent).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to