DiagramItemsDeletingEventArgs(IList<DiagramItem>) Constructor
Initializes a new instance of the DiagramItemsDeletingEventArgs class.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.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