Xceed DataGrid for Silverlight Documentation
SourceItemEditEnding Event


Raised when the edit process is ending on the containing row to signal that the edit process is ending on the source item.
Syntax
'Declaration
 
Public Event SourceItemEditEnding As EventHandler(Of SourceItemHandledEventArgs)
'Usage
 
Dim instance As DataGridControl
Dim handler As EventHandler(Of SourceItemHandledEventArgs)
 
AddHandler instance.SourceItemEditEnding, handler
public event EventHandler<SourceItemHandledEventArgs> SourceItemEditEnding
Event Data

The event handler receives an argument of type SourceItemHandledEventArgs containing data related to this event. The following SourceItemHandledEventArgs properties provide information specific to this event.

PropertyDescription
Handled  
IsNewItem (Inherited from Xceed.Silverlight.DataGrid.SourceItemEventArgs) 
Item (Inherited from Xceed.Silverlight.DataGrid.SourceItemEventArgs) 
ItemsSource (Inherited from Xceed.Silverlight.DataGrid.SourceItemEventArgs) 
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridControl Class
DataGridControl Members

Manipulating Data

Editing and Inserting Data

Send Feedback