Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This event is raised when items are added or removed from the ResultSetView.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Event ListChanged As ListChangedEventHandler
'Usage
Dim instance As ResultSetView
Dim handler As ListChangedEventHandler
AddHandler instance.ListChanged, handler
public event ListChangedEventHandler ListChanged
public:
virtual event ListChangedEventHandler^ ListChanged {
void add (ListChangedEventHandler^ value);
void remove (ListChangedEventHandler^ value);
}
abstract ListChanged : IEvent<ListChangedEventHandler,
ListChangedEventArgs>
override ListChanged : IEvent<ListChangedEventHandler,
ListChangedEventArgs>
JScript supports the use of events, but not the declaration of new ones.