ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.8 Assembly / C1.Win.C1GanttView Namespace / BaseCommand Class
Members

In This Topic
    BaseCommand Class
    In This Topic
    This class represents the a command in GanttView.
    Object Model
    BaseCommand Class
    Syntax
    'Declaration
     
    Public MustInherit Class BaseCommand 
    public abstract class BaseCommand 
    Remarks
    Implements this class to support undo/redo for you custom action.
    Inheritance Hierarchy

    System.Object
       C1.Win.C1GanttView.BaseCommand

    See Also