DiagramItemsDeletingEventArgs(IList<DiagramItem>) Constructor
Initializes a new instance of the DiagramItemsDeletingEventArgs class.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v25.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| items | IList<DiagramItem> | A collection of DiagramItem objects that are being deleted. |
See Also