Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace > DataGridControl Class : SourceItemEditBeginning Event |
'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
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.
Property | Description |
---|---|
Handled | |
IsNewItem (Inherited from Xceed.Silverlight.DataGrid.SourceItemEventArgs) | |
Item (Inherited from Xceed.Silverlight.DataGrid.SourceItemEventArgs) | |
ItemsSource (Inherited from Xceed.Silverlight.DataGrid.SourceItemEventArgs) |
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family