RemovingItem Event
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCollectionViewSource Class : RemovingItem Event

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.

Syntax

Visual Basic (Declaration) 
Public Event RemovingItem() As EventHandler(Of DataGridRemovingItemEventArgs)
C# 
public event EventHandler<DataGridRemovingItemEventArgs> RemovingItem()

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also