Class
DiagramSelectionChangedEventArgs

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public class DiagramSelectionChangedEventArgs : EventArgs

Inheritance: objectEventArgsDiagramSelectionChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

DiagramSelectionChangedEventArgs(IList, IList)

Initializes a new instance of the DiagramSelectionChangedEventArgs class.

Declaration

cs-api-definition
public DiagramSelectionChangedEventArgs(IList removedItems, IList addedItems)

Parameters

removedItems

IList

The removed items.

addedItems

IList

The added items.

Properties

AddedItems

Gets the added items.

Declaration

cs-api-definition
public IList AddedItems { get; }

Property Value

IList

Handled

Gets or sets the Handled property.

Declaration

cs-api-definition
public bool Handled { get; set; }

Property Value

bool

RemovedItems

Gets the removed items.

Declaration

cs-api-definition
public IList RemovedItems { get; }

Property Value

IList