Search
InteractionState Methods
 


 Public Methods

  Name Description

Cancel

Cancels the user interaction.

CancelNow

Instruct the interaction to terminate on the next pass.

Commit

Invoked to commit the changes made by the user.

IsAllowed

Checks whether the current interaction can be completed at the specified point.

ShouldCancelDrag

Gets a value indicating whether the interaction should terminate on the next pass.

Start

This method is invoked in the beginning of the interaction, usually when the user presses the left mouse button over a modification handle.

Update

This method is invoked to update the interaction state, usually in response to the user moving the mouse after the modification has started.

 See Also