EditCommand Abstract Class
Member Functions
Definition
Line
11
of
System.Windows/EditCommand.cm
Inheritance
Member Functions
public
abstract
Result
<
bool
>
Redo
(
TextView
* textView)
public
abstract
Result
<
bool
>
Undo
(
TextView
* textView)
Member Function Details
Redo Member Function
public
abstract
Result
<
bool
> Redo(
TextView
* textView)
Definition
Line
17
of
System.Windows/EditCommand.cm
Undo Member Function
public
abstract
Result
<
bool
> Undo(
TextView
* textView)
Definition
Line
15
of
System.Windows/EditCommand.cm