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.
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 this signature allows the use of a custom task scheduler, if desired.
Top
See Also