The ConnectionProgressStatus event is triggered when the state of the connection progress changes.
            
 
    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<InformationEventArgs> ConnectionProgressStatus
Event ConnectionProgressStatus As EventHandler(Of InformationEventArgs)
 event EventHandler<InformationEventArgs^>^ ConnectionProgressStatus {
	void add (EventHandler<InformationEventArgs^>^ value);
	void remove (EventHandler<InformationEventArgs^>^ value);
}abstract ConnectionProgressStatus : IEvent<EventHandler<InformationEventArgs>,
    InformationEventArgs>
Value
Type: 
SystemEventHandlerInformationEventArgs 
Reference