DiagramItemsDeletingEventArgs(DiagramControl, IList<DiagramItem>) Constructor
Initializes a new instance of the DiagramItemsDeletingEventArgs class.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
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