SelectionEventArgs<T extends IModelItem>
Event arguments that are used when modifying an IObservableCollection<T> in the context of IGraphSelections.
Inheritance Hierarchy
EventArgs
InputModeEventArgs
SelectionEventArgs
Type Parameters
- T: IModelItem
- The type of the items in the
.
Type Details
- yFiles module
- view
Constructors
Creates a new instance.
Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- 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.
Gets the selection these event arguments refer to.