ArcFM Engine Developer Guide
MinerXMLLogin.ConnectionInfoChangedEventHandler Delegate


Use this delegate to register to the ConnectionInfoChanged event. This event occurs when XML login connection information is modified.
Syntax
'Declaration
 
Public Delegate Sub MinerXMLLogin.ConnectionInfoChangedEventHandler( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As New MinerXMLLogin.ConnectionInfoChangedEventHandler(AddressOf HandlerMethod)
public delegate void MinerXMLLogin.ConnectionInfoChangedEventHandler( 
   object sender,
   EventArgs 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

MinerXMLLogin.ConnectionInfoChangedEventHandler Members
Miner.Controls Namespace

 

 


Send Comment