Click or drag to resize
weroSoft AG, Software
IEditorItemViewModel Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the data and the functionality of a view model used in the dialog editor.

Namespace:  WeroSoft.Workflow.Visualization
Assembly:  WeroSoft.Workflow.Desktop.Library (in WeroSoft.Workflow.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IEditorItemViewModel

The IEditorItemViewModel type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description behind the view model object.
Public propertyIsSelected
Gets or sets a value indicating whether the view model currently is in selected mode.
Top
Methods
  NameDescription
Public methodVisualDescriptionChanged
Event handler on changed a value.
Top
See Also