C

ItemsEventArgs

Event argument class that is used by events that are triggered by IInputMode implementations and affect various graph items.

Members

Show:

Constructors

Initializes a new instance of the ItemsEventArgs class.

Parameters

context: IInputModeContext
The context to initialize the context property with.
items: IListEnumerable<IModelItem>
The IListEnumerable<T> to initialize the items property with.

Properties

Gets the context for the current event.
readonlyfinal

Property Value

The context.
Gets the items that are the subjects for this event.
readonlyfinal

Property Value

The items.