GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.6.2 Assembly / C1.GanttView 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.GanttView.BaseCommand

    See Also