Event data used by an IInputMode to signal the modification of a single item.
Inheritance Hierarchy
Remarks
Type Parameters
TModelItem
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 InputModeEventArgs.context property with.
- item: TModelItem
- The item that is affected.
Properties
Gets the context for the current event.
Gets the context for the current event.