 | IDataFlowDiagnosticSessionActionStarted Event |
Diagnostic sample has been received
Namespace: SanteDB.BI.Datamart.DataFlowAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxevent EventHandler<DiagnosticActionEventArgs> ActionStarted
Event ActionStarted As EventHandler(Of DiagnosticActionEventArgs)
event EventHandler<DiagnosticActionEventArgs^>^ ActionStarted {
void add (EventHandler<DiagnosticActionEventArgs^>^ value);
void remove (EventHandler<DiagnosticActionEventArgs^>^ value);
}abstract ActionStarted : IEvent<EventHandler<DiagnosticActionEventArgs>,
DiagnosticActionEventArgs>Value
EventHandlerDiagnosticActionEventArgs
See Also