In This Article

MoveToPreviousWordAction Class

Represents an IEditAction that moves the carets to the previous word.

public class MoveToPreviousWordAction : EditActionBase, IEditAction, IKeyedObject
Inheritance:
object RoutedCommand RoutedUICommand EditActionBase object
Implements:
IEditAction IKeyedObject

Constructors

MoveToPreviousWordAction()

Initializes an instance of the MoveToPreviousWordAction class.

public MoveToPreviousWordAction()

Methods

Execute(IEditorView)

Executes the edit action in the specified IEditorView.

public override void Execute(IEditorView view)
Parameter Type Description
view IEditorView

The IEditorView in which to execute the edit action.

Inherited Members