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

e
The data for the event.
Unloads the row when it scrolls out of view.

Syntax

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

Parameters

e
The data for the event.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.