Click or drag to resize

ITypeAndInstanceController Interface

[Missing <summary> documentation for "T:Altaxo.Gui.Common.ITypeAndInstanceController"]


Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface ITypeAndInstanceController : INotifyPropertyChanged

The ITypeAndInstanceController type exposes the following members.

Properties
 NameDescription
Public propertyInstanceController Gets the controller that controls the instance.
Public propertyTypeLabel Gets the label text associated with the type choice combo box.
Public propertyTypeNames Gets the contents of the type choice combo box. The tags of the items must be of type Type
Top
Events
 NameDescription
Public eventPropertyChangedOccurs when a property value changes.
(Inherited from INotifyPropertyChanged)
Top
See Also