C

InputModeItemEventArgs<TModelItem>

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.

Parameters

context: IInputModeContext
The context to initialize the context property with.
item: TModelItem
The affected item.

Properties

Gets the context for the current event.
readonlyfinal

Property Value

The context.
Gets the item which has been created or changed.
readonlyfinal

Property Value

The affected item.