EditCommand Abstract Class

Definition

Line 11 of System.Windows/EditCommand.cm

Inheritance

Member Functions

public abstract nothrow void Redo(TextView* textView)
public abstract nothrow void Undo(TextView* textView)

Member Function Details

Redo Member Function

public abstract nothrow void Redo(TextView* textView)

Definition
Line 15 of System.Windows/EditCommand.cm


Undo Member Function

public abstract nothrow void Undo(TextView* textView)

Definition
Line 14 of System.Windows/EditCommand.cm