Click or drag to resize

IDataPersistenceService<TData>.Inserted Event

Occurs when inserted.

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
event EventHandler<DataPersistedEventArgs<TData>> Inserted

Value

Type: System.EventHandler<DataPersistedEventArgs<TData>>
See Also