| AmiIntegrationServiceResponded Event |
[Missing <summary> documentation for "E:SanteDB.DisconnectedClient.Interop.AMI.AmiIntegrationService.Responded"]
Namespace:
SanteDB.DisconnectedClient.Interop.AMI
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public event EventHandler<IntegrationResultEventArgs> Responded
Public Event Responded As EventHandler(Of IntegrationResultEventArgs)
public:
virtual event EventHandler<IntegrationResultEventArgs^>^ Responded {
void add (EventHandler<IntegrationResultEventArgs^>^ value);
void remove (EventHandler<IntegrationResultEventArgs^>^ value);
}
abstract Responded : IEvent<EventHandler<IntegrationResultEventArgs>,
IntegrationResultEventArgs>
override Responded : IEvent<EventHandler<IntegrationResultEventArgs>,
IntegrationResultEventArgs>
Value
Type:
SystemEventHandlerIntegrationResultEventArgsImplements
IIntegrationServiceRespondedSee Also