Raised when the Remove or RemoveAt methods have been called to signal that an item is about to be removed from the underlying data source.
| Visual Basic (Declaration) | |
|---|---|
Public Event RemovingItem() As EventHandler(Of DataGridRemovingItemEventArgs) | |
| C# | |
|---|---|
public event EventHandler<DataGridRemovingItemEventArgs> RemovingItem() | |
Supported Frameworks: Microsoft .NET Framework version 3.5