DiagramItemsDeletingEventArgs(DiagramControl, IList<DiagramItem>) Constructor
Initializes a new instance of the DiagramItemsDeletingEventArgs class.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| source | DiagramControl | The DiagramControl that raised the event. |
| items | IList<DiagramItem> | A collection of DiagramItem objects that are being deleted. |
See Also