Class
SelectionEventArgs

Selection event args.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public class SelectionEventArgs : EventArgs

Inheritance: objectEventArgsSelectionEventArgs

Inherited Members EventArgs.Empty

Constructors

SelectionEventArgs(IList, IList)

Initializes a new instance of the SelectionEventArgs class.

Declaration

cs-api-definition
public SelectionEventArgs(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

RemovedItems

Gets the removed items.

Declaration

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

Property Value

IList