Event argument class that is used by events that are triggered by IInputMode implementations and affect various graph items.
Inheritance Hierarchy
Members
Show:
Constructors
Initializes a new instance of the ItemsEventArgs class.
Initializes a new instance of the ItemsEventArgs class.
Parameters
- 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 context for the current event.
Gets the items that are the subjects for this event.
Gets the items that are the subjects for this event.
readonlyfinal
Property Value
The items.