IRowSet.RemoveRowSetListener(IRowSetListener) 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.
Removes the specified listener from the list of components that will be
notified when an event occurs on this RowSet object.
[Android.Runtime.Register("removeRowSetListener", "(Ljavax/sql/RowSetListener;)V", "GetRemoveRowSetListener_Ljavax_sql_RowSetListener_Handler:Javax.Sql.IRowSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void RemoveRowSetListener(Javax.Sql.IRowSetListener? listener);
[<Android.Runtime.Register("removeRowSetListener", "(Ljavax/sql/RowSetListener;)V", "GetRemoveRowSetListener_Ljavax_sql_RowSetListener_Handler:Javax.Sql.IRowSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member RemoveRowSetListener : Javax.Sql.IRowSetListener -> unit
Parameters
- listener
- IRowSetListener
a component that has been registered as a listener for this
RowSet object
- Attributes
Remarks
Removes the specified listener from the list of components that will be notified when an event occurs on this RowSet object.
Java documentation for javax.sql.RowSet.removeRowSetListener(javax.sql.RowSetListener).
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.