Skip to main content
A newer version of this page is available. .

DiagramItemsDeletingEventArgs(DiagramControl, IList<DiagramItem>) Constructor

Initializes a new instance of the DiagramItemsDeletingEventArgs class.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, 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