 | UpstreamDiagnosticRepositoryUpdating Event |
Occurs when updating.
Namespace: SanteDB.Client.Upstream.ManagementAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic event EventHandler<DataPersistingEventArgs<DiagnosticReport>> Updating
Public Event Updating As EventHandler(Of DataPersistingEventArgs(Of DiagnosticReport))
public:
virtual event EventHandler<DataPersistingEventArgs<DiagnosticReport^>^>^ Updating {
void add (EventHandler<DataPersistingEventArgs<DiagnosticReport^>^>^ value);
void remove (EventHandler<DataPersistingEventArgs<DiagnosticReport^>^>^ value);
}abstract Updating : IEvent<EventHandler<DataPersistingEventArgs<DiagnosticReport>>,
DataPersistingEventArgs<DiagnosticReport>>
override Updating : IEvent<EventHandler<DataPersistingEventArgs<DiagnosticReport>>,
DataPersistingEventArgs<DiagnosticReport>>Value
EventHandlerDataPersistingEventArgsDiagnosticReportImplements
IDataPersistenceServiceTDataUpdating
See Also