Responder Developer Guide
DataManager.GeoRowActivatedEventHandler Delegate


Delegate for the GeoRowActivated event.
Syntax
'Declaration
 
Public Delegate Function DataManager.GeoRowActivatedEventHandler( _
   ByVal sender As Object, _
   ByVal e As GeoRowActivatedEventArgs _
) As Boolean
'Usage
 
Dim instance As New DataManager.GeoRowActivatedEventHandler(AddressOf HandlerMethod)
public delegate bool DataManager.GeoRowActivatedEventHandler( 
   object sender,
   GeoRowActivatedEventArgs 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

DataManager.GeoRowActivatedEventHandler Members
Miner.Responder.Windows Namespace

 

 


Send Comment