Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace > DataGridControl Class : CreatingNewSourceItem Event |
'Declaration Public Event CreatingNewSourceItem As EventHandler(Of CreatingNewSourceItemEventArgs)
'Usage Dim instance As DataGridControl Dim handler As EventHandler(Of CreatingNewSourceItemEventArgs) AddHandler instance.CreatingNewSourceItem, handler
public event EventHandler<CreatingNewSourceItemEventArgs> CreatingNewSourceItem
The event handler receives an argument of type CreatingNewSourceItemEventArgs containing data related to this event. The following CreatingNewSourceItemEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Handled | |
NewItem |
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family