Event argument class that is used by events that are triggered by IInputMode implementations and affect various graph items.
Inheritance Hierarchy
EventArgs
InputModeEventArgs
ItemsEventArgs
Type Details
- yFiles module
- view
Constructors
Initializes a new instance of the ItemsEventArgs class.
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 to initialize the context property with.
- items - IListEnumerable<IModelItem>
- The IListEnumerable<T> to initialize the items property with.
Properties
Gets the context for the current event.
Gets the items that are the subjects for this event.
Property Value
The items.