Event argument that is used to query the IPositionHandler that is used to move the items while dragging via MoveInputMode.
Inheritance Hierarchy
Members
Show:
Constructors
Instantiates a new QueryPositionHandlerEventArgs
Instantiates a new QueryPositionHandlerEventArgs
Parameters
- context: IInputModeContext
- The IInputModeContext of the operation.
- queryLocation: Point
- The initial location of the movement.
Properties
Gets the context for the current event.
Gets the context for the current event.
Gets or sets a value indicating whether this QueryPositionHandlerEventArgs has been handled.
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.
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).
Gets the location of the movement (where the drag has started).
readonlyfinal