Skip to main content

DiagramItemsDeletingEventArgs(DiagramControl, IList<DiagramItem>) Constructor

Initializes a new instance of the DiagramItemsDeletingEventArgs class.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public DiagramItemsDeletingEventArgs(
    DiagramControl source,
    IList<DiagramItem> items
)

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