Responder Developer Guide
OnDataRowActivated Method


Version: 10.2.1a

Resource Center Home

The System.Data.DataRow that has been activated.
A descriptive category for this event.
If true, search children of top level rows.
If true, the activated row is expanded.
If true, the previous row activations are retained.
Notifies that a System.Data.DataRow has been activated, allowing client forms to respond to the row activation.
Syntax
'Declaration
 
Public Function OnDataRowActivated( _
   ByVal dataRow As DataRow, _
   ByVal category As String, _
   ByVal recursive As Boolean, _
   ByVal expand As Boolean, _
   ByVal append As Boolean _
) As Boolean
'Usage
 
Dim instance As DataManager
Dim dataRow As DataRow
Dim category As String
Dim recursive As Boolean
Dim expand As Boolean
Dim append As Boolean
Dim value As Boolean
 
value = instance.OnDataRowActivated(dataRow, category, recursive, expand, append)
public bool OnDataRowActivated( 
   DataRow dataRow,
   string category,
   bool recursive,
   bool expand,
   bool append
)

Parameters

dataRow
The System.Data.DataRow that has been activated.
category
A descriptive category for this event.
recursive
If true, search children of top level rows.
expand
If true, the activated row is expanded.
append
If true, the previous row activations are retained.
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