Click or drag to resize

IOwnerState Interface

Provides access to an owner's internal state for condition evaluation.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IOwnerState

The IOwnerState type exposes the following members.

Properties
 NameDescription
Public propertyInternalState Gets the internal state value that is used for evaluating conditions.
Top
See Also