Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
ICSharpCode
Core
AbstractCommand
C# Class ICSharpCode.Core.AbstractCommand
For compatibility with SD 4.x. New code should use SimpleCommand instead. TODO: make obsolete
Inheritance:
ICommand
显示文件
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