The DownLoadComplete event is triggered when the required assemblies for the client session have been downloaded successfully.
Namespace:
ABSuite.AccessLayer.Connector.Core
Assembly:
Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
event EventHandler<ConnectionDownLoadCompleteEventArgs> DownLoadComplete
Event DownLoadComplete As EventHandler(Of ConnectionDownLoadCompleteEventArgs)
event EventHandler<ConnectionDownLoadCompleteEventArgs^>^ DownLoadComplete {
void add (EventHandler<ConnectionDownLoadCompleteEventArgs^>^ value);
void remove (EventHandler<ConnectionDownLoadCompleteEventArgs^>^ value);
}
abstract DownLoadComplete : IEvent<EventHandler<ConnectionDownLoadCompleteEventArgs>,
ConnectionDownLoadCompleteEventArgs>
Value
Type:
SystemEventHandlerConnectionDownLoadCompleteEventArgs
Reference