Name | Description | |
---|---|---|
![]() | DataGridCreatingNewItemEventArgs Constructor | Initializes a new instance of the DataGridCreatingNewItemEventArgs class specify the collection view to which the item will potentially be added and allowing the process to be canceled. |
The following tables list the members exposed by DataGridCreatingNewItemEventArgs.
Name | Description | |
---|---|---|
![]() | DataGridCreatingNewItemEventArgs Constructor | Initializes a new instance of the DataGridCreatingNewItemEventArgs class specify the collection view to which the item will potentially be added and allowing the process to be canceled. |
Name | Description | |
---|---|---|
![]() | Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
![]() | CollectionView | Gets the DataGridCollectionView to which the item will potentially be added. |
![]() | Handled | Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. |
![]() | NewItem | Gets or sets the new item to add to the CollectionView. |