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

e
The DataGridRowEditEndingEventArgs instance containing the event data.
Raises the E:RowEditEnding event.

Syntax

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

Parameters

e
The DataGridRowEditEndingEventArgs instance containing the event data.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.