Share via


MoveUpCommand Class

The MoveUpCommand moves an element upward in its containing collection.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Class MoveUpCommand _
    Inherits CommandModel
public class MoveUpCommand : CommandModel
public ref class MoveUpCommand : public CommandModel
public class MoveUpCommand extends CommandModel

Remarks

This command is offered by a CollectionElementViewModel as a bindable command to invoke MoveDown

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.CommandModel
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands.MoveUpCommand

See Also

MoveUpCommand Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands Namespace