Click or drag to resize

DelegateOnStateValueDefinitionT Properties

The DelegateOnStateValueDefinitionT generic type exposes the following members.

Properties
  NameDescription
Public propertyCallback
Gets or sets the callback that computes a value from the state. Ensure that this callback works properly when cloned and is thread safe.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyState
Gets or sets the state that the callback will use to compute the value.
Top
See Also