C

SelectionEventArgs<T>

Event arguments that are used when modifying an IObservableCollection<T> in the context of IGraphSelections.

Members

Show:

Constructors

Creates a new instance.

Parameters

context: IInputModeContext
The context the event with these event args is dispatched.
selection: IObservableCollection<T>
The selection that is modified.

Properties

Gets the context for the current event.
readonlyfinal

Property Value

The context.
Gets the selection these event arguments refer to.
readonlyfinal