C# Class ICSharpCode.Core.AbstractCommand

For compatibility with SD 4.x. New code should use SimpleCommand instead. TODO: make obsolete
Inheritance: ICommand
Show file Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
Run ( ) : void

Invokes the command.

Protected Methods

Method Description
OnOwnerChanged ( EventArgs e ) : void

Method Details

OnOwnerChanged() protected method

protected OnOwnerChanged ( EventArgs e ) : void
e System.EventArgs
return void

Run() public abstract method

Invokes the command.
public abstract Run ( ) : void
return void