DelegateOnStateValueDefinitionTCallback Property |
Gets or sets the callback that computes a value from the state. Ensure that this
callback works properly when cloned and is thread safe.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ComputeValueFromState<T> Callback { get; set; }
Public Property Callback As ComputeValueFromState(Of T)
Get
Set
public:
property ComputeValueFromState<T>^ Callback {
ComputeValueFromState<T>^ get ();
void set (ComputeValueFromState<T>^ value);
}
member Callback : ComputeValueFromState<'T> with get, set
Property Value
Type:
ComputeValueFromStateTSee Also