Event argument that is used by events that indicate creation or change of an item which is triggered by IInputMode implementations.
Inheritance Hierarchy
EventArgs
InputModeEventArgs
InputModeItemEventArgs
Type Parameters
- TModelItem
Type Details
- yFiles module
- view
Constructors
Initializes a new instance of the InputModeItemEventArgs<TModelItem> 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.
- item - TModelItem
- The affected item.
Properties
Gets the context for the current event.