Xceed DataGrid for Silverlight Documentation
SourceItemEditBeginning Event


Raised when the edit process is beginning on containing row to signal that the edit process is about to begin on the source item.
Syntax
'Declaration
 
Public Event SourceItemEditBeginning As EventHandler(Of SourceItemHandledEventArgs)
'Usage
 
Dim instance As DataGridControl
Dim handler As EventHandler(Of SourceItemHandledEventArgs)
 
AddHandler instance.SourceItemEditBeginning, handler
public event EventHandler<SourceItemHandledEventArgs> SourceItemEditBeginning
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