Responder Developer Guide
OnDataRowSelected Method


Version: 10.2.1a

Resource Center Home

First row which has been selected.
Notifies that a row has been selected in the grid, allowing client forms to respond to the row activation.
Syntax
'Declaration
 
Public Sub OnDataRowSelected( _
   ByVal sender As Object, _
   ByVal selectedRow As DataRow _
) 
'Usage
 
Dim instance As DataManager
Dim sender As Object
Dim selectedRow As DataRow
 
instance.OnDataRowSelected(sender, selectedRow)
public void OnDataRowSelected( 
   object sender,
   DataRow selectedRow
)

Parameters

sender
selectedRow
First row which has been selected.
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 Class
DataManager Members

 

 


Send Comment