Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands Namespace