IRowSetListener.RowSetChanged(RowSetEvent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies registered listeners that a RowSet
object
in the given RowSetEvent
object has changed its entire contents.
[Android.Runtime.Register("rowSetChanged", "(Ljavax/sql/RowSetEvent;)V", "GetRowSetChanged_Ljavax_sql_RowSetEvent_Handler:Javax.Sql.IRowSetListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void RowSetChanged (Javax.Sql.RowSetEvent? e);
[<Android.Runtime.Register("rowSetChanged", "(Ljavax/sql/RowSetEvent;)V", "GetRowSetChanged_Ljavax_sql_RowSetEvent_Handler:Javax.Sql.IRowSetListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member RowSetChanged : Javax.Sql.RowSetEvent -> unit
Parameters
- Attributes
Remarks
Notifies registered listeners that a RowSet
object in the given RowSetEvent
object has changed its entire contents.
The source of the event can be retrieved with the method event.getSource
.
Java documentation for javax.sql.RowSetListener.rowSetChanged(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.