Occurs when items are to be deleted from the collection by calling Delete method to allow the event handlers to cancel the operation if needed.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
public event EventHandler<DeletingItemsEventArgs> Deleting |
Visual Basic (Declaration) |
---|
Public Event Deleting As EventHandler(Of DeletingItemsEventArgs) |