Responder Developer Guide
DataManager.DataRowActivatedEventHandler Delegate


Delegate for the DataRowActivated event.
Syntax
'Declaration
 
Public Delegate Function DataManager.DataRowActivatedEventHandler( _
   ByVal sender As Object, _
   ByVal e As DataRowActivateEventArgs _
) As Boolean
'Usage
 
Dim instance As New DataManager.DataRowActivatedEventHandler(AddressOf HandlerMethod)
public delegate bool DataManager.DataRowActivatedEventHandler( 
   object sender,
   DataRowActivateEventArgs 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.DataRowActivatedEventHandler Members
Miner.Responder.Windows Namespace

 

 


Send Comment