ESRI.ArcGIS.ADF.Local | |
BaseCommand Class | |
Members See Also Send Feedback |
ESRI.ArcGIS.ADF.BaseClasses Namespace : BaseCommand Class |
Visual Basic (Declaration) | |
---|---|
Public MustInherit Class BaseCommand Implements ICommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public abstract class BaseCommand : ICommand |
Note to inheritors: You must override the OnCreate method; generally
in this method you should store a reference to the command host which is passed
as a parameter to this method. Override the OnClick method and add the code
which performs the main actions of your custom command class.
ESRI.ArcGIS.ADF.BaseClasses.BaseCommand
ESRI.ArcGIS.ADF.BaseClasses.BaseTool