Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
ChangePlaceCommand Property
NamespacesGenesyslab.Desktop.Modules.Windows.Views.Login.Page2IPagePlaceViewModelChangePlaceCommand
Gets or sets the change place command.
Declaration Syntax
C#Visual BasicVisual C++
DelegateCommand<Object> ChangePlaceCommand { get; set; }
Property ChangePlaceCommand As DelegateCommand(Of Object)
property DelegateCommand<Object^>^ ChangePlaceCommand {
	DelegateCommand<Object^>^ get ();
	void set (DelegateCommand<Object^>^ value);
}
Value
The change place command.

Assembly: Genesyslab.Desktop.Modules.Windows (Module: Genesyslab.Desktop.Modules.Windows) Version: 8.0.2.15 (8.0.002.15)