Responder Developer Guide
ConnectionStatusChanged Event


Syntax
'Declaration
 
Event ConnectionStatusChanged As EventHandler(Of ConnectionStatusChangedEventArgs)
'Usage
 
Dim instance As IPubSubEndpoint
Dim handler As EventHandler(Of ConnectionStatusChangedEventArgs)
 
AddHandler instance.ConnectionStatusChanged, handler
event EventHandler<ConnectionStatusChangedEventArgs> ConnectionStatusChanged
Event Data

The event handler receives an argument of type ConnectionStatusChangedEventArgs containing data related to this event. The following ConnectionStatusChangedEventArgs properties provide information specific to this event.

PropertyDescription
IsAvailable  
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IPubSubEndpoint Interface
IPubSubEndpoint Members

 

 


Send Comment