Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / AddFloatingObjectUndoAction Class
Properties Methods Events

In This Topic
    AddFloatingObjectUndoAction Class Members
    In This Topic

    The following tables list the members exposed by AddFloatingObjectUndoAction.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the MoveFloatingObjectUndoAction class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value that indicates whether the command or operation can be undone.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Defines the method that determines whether the action can execute in its current state.  
    Public MethodOverridden. Defines the method to be called when the action is invoked.  
    Public MethodSaves the state for undoing the command or operation.  
    Public MethodReturns a System.String that represents this instance.  
    Public MethodUndoes the command or operation.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when changes occur that affect whether the action should execute. (Inherited from GrapeCity.Windows.SpreadSheet.UI.UndoRedo.ActionBase)
    Top
    See Also