Click or drag to resize

DatabaseAddChangeListener Method

Overload List
  NameDescription
Public methodAddChangeListener(EventHandlerDatabaseChangedEventArgs)
Adds a change listener for the changes that occur in this database. Signatures are the same as += style event handlers. The callback will be invoked on a thread pool thread.
Public methodAddChangeListener(TaskScheduler, EventHandlerDatabaseChangedEventArgs)
Adds a change listener for the changes that occur in this database. Signatures are the same as += style event handlers, but the callbacks will be called using the specified TaskScheduler. If the scheduler is null, the default task scheduler will be used (scheduled via thread pool).
Top
See Also