| ApplicationContextProgressChanged Event |
[Missing <summary> documentation for "E:SanteDB.DisconnectedClient.ApplicationContext.ProgressChanged"]
Namespace:
SanteDB.DisconnectedClient
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public static event EventHandler<ApplicationProgressEventArgs> ProgressChanged
Public Shared Event ProgressChanged As EventHandler(Of ApplicationProgressEventArgs)
public:
static event EventHandler<ApplicationProgressEventArgs^>^ ProgressChanged {
void add (EventHandler<ApplicationProgressEventArgs^>^ value);
void remove (EventHandler<ApplicationProgressEventArgs^>^ value);
}
member ProgressChanged : IEvent<EventHandler<ApplicationProgressEventArgs>,
ApplicationProgressEventArgs>
Value
Type:
SystemEventHandlerApplicationProgressEventArgsSee Also