Event argument that is used by events that indicate creation or change of an item which is triggered by IInputMode implementations.
Inheritance Hierarchy
Members
Show:
Constructors
Initializes a new instance of the InputModeItemEventArgs<TModelItem> class.
Initializes a new instance of the InputModeItemEventArgs<TModelItem> class.
Parameters
- context: IInputModeContext
- The context to initialize the context property with.
- item: TModelItem
- The affected item.
Properties
Gets the context for the current event.
Gets the context for the current event.