C# Class Canguro.Commands.Model.UnselectCmd

Model Command to Deselect all the Items in the Model.
Inheritance: ModelCommand
Mostra file Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Sets all items IsSelected property to false.

Method Details

Run() public method

Executes the command. Sets all items IsSelected property to false.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void