C

InputModeItemEventArgs<TModelItem>

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.

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.
readonlyfinal

Property Value

The context.
Gets the item affected by the modification.
readonlyfinal

Property Value

The affected item.