C# Class MonoHotDraw.Commands.DeleteCommand

Inheritance: MonoHotDraw.Commands.FigureTransferCommand
Mostra file Open project: mono/monohotdraw

Public Methods

Method Description
DeleteCommand ( string name, IDrawingEditor editor ) : System
Execute ( ) : void

Protected Methods

Method Description
CreateUndoActivity ( ) : IUndoActivity

Method Details

CreateUndoActivity() protected method

protected CreateUndoActivity ( ) : IUndoActivity
return IUndoActivity

DeleteCommand() public method

public DeleteCommand ( string name, IDrawingEditor editor ) : System
name string
editor IDrawingEditor
return System

Execute() public method

public Execute ( ) : void
return void