 | IDataPersistenceServiceTDataInserting Event |
Occurs when inserting.
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxevent EventHandler<DataPersistingEventArgs<TData>> Inserting
Event Inserting As EventHandler(Of DataPersistingEventArgs(Of TData))
event EventHandler<DataPersistingEventArgs<TData>^>^ Inserting {
void add (EventHandler<DataPersistingEventArgs<TData>^>^ value);
void remove (EventHandler<DataPersistingEventArgs<TData>^>^ value);
}abstract Inserting : IEvent<EventHandler<DataPersistingEventArgs<'TData>>,
DataPersistingEventArgs<'TData>>Value
EventHandlerDataPersistingEventArgsTData
See Also