ArcFM Desktop Developer Guide
Received Event


Syntax
'Declaration
 
Public Event Received As MulticastReceivedEventHandler
'Usage
 
Dim instance As MulticastListener
Dim handler As MulticastReceivedEventHandler
 
AddHandler instance.Received, handler
public event MulticastReceivedEventHandler Received
Event Data

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

PropertyDescription
Message  
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

MulticastListener Class
MulticastListener Members

 

 


Send Comment