Event argument base class that is used by events that are triggered by IInputMode implementations
Inheritance Hierarchy
EventArgs
InputModeEventArgs
Type Details
- yFiles module
- view
Constructors
Initializes a new instance of the InputModeEventArgs 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.
Properties
Gets the context for the current event.
Property Value
The context.