ArcFM Desktop Developer Guide
MulticastReceivedEventHandler Delegate


Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Delegate Sub MulticastReceivedEventHandler( _
   ByVal sender As Object, _
   ByVal e As MulticastReceivedEventArgs _
) 
'Usage
 
Dim instance As New MulticastReceivedEventHandler(AddressOf HandlerMethod)
[ComVisible(false)]
public delegate void MulticastReceivedEventHandler( 
   object sender,
   MulticastReceivedEventArgs e
)

Parameters

sender
e
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

MulticastReceivedEventHandler Members
Miner.Multicast Namespace

 

 


Send Comment