| SQLitePersistenceServiceBaseTDataInserting Event |
Occurs when inserting.
Namespace:
SanteDB.DisconnectedClient.SQLite
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public event EventHandler<DataPersistingEventArgs<TData>> Inserting
Public Event Inserting As EventHandler(Of DataPersistingEventArgs(Of TData))
public:
virtual 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>>
override Inserting : IEvent<EventHandler<DataPersistingEventArgs<'TData>>,
DataPersistingEventArgs<'TData>>
Value
Type:
SystemEventHandlerDataPersistingEventArgsTDataImplements
IDataPersistenceServiceTDataInsertingSee Also