ArcGIS API for WPF - Library Reference
OnLoadingRow Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace > FeatureDataGrid Class : OnLoadingRow Method

e
When a DataGridRow scrolls into view this method is invoked. A binding relationship is established between the DataGridRow.IsSelected property and the Graphic.Selected property.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnLoadingRow( _
   ByVal e As DataGridRowEventArgs _
) 
C# 
protected override void OnLoadingRow( 
   DataGridRowEventArgs e
)

Parameters

e

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.