Click or drag to resize

SQLitePersistenceServiceBaseTDataUpdating Event

Occurs when updating.

Namespace:  SanteDB.DisconnectedClient.SQLite
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public event EventHandler<DataPersistingEventArgs<TData>> Updating

Value

Type: SystemEventHandlerDataPersistingEventArgsTData

Implements

IDataPersistenceServiceTDataUpdating
See Also