C

QueryPositionHandlerEventArgs

Event argument that is used to query the IPositionHandler that is used to move the items while dragging via MoveInputMode.

Members

Show:

Constructors

Parameters

context: IInputModeContext
The IInputModeContext of the operation.
queryLocation: Point
The initial location of the movement.

Properties

Gets the context for the current event.
readonlyfinal

Property Value

The context.
Gets or sets a value indicating whether this QueryPositionHandlerEventArgs has been handled.
final

Property Value

true if handled; false otherwise.

See Also

Developer's Guide
Gets or sets the IPositionHandler to use for the movement of the items that are affected by the MoveInputMode.
This is null initially, but may not be set to that value, explicitly. Setting this value will automatically mark this event as handled.
final
Gets the location of the movement (where the drag has started).
readonlyfinal