Delegate InputBoxValueSetter<T>
Delegate (callback procedure) to set a new value back to the property inside the InputBox window.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public delegate void InputBoxValueSetter<T>(T value);
Parameters
Type | Name | Description |
---|---|---|
T | value | The new value to assign to the property. |
Type Parameters
Name | Description |
---|---|
T | Type of the value for the property of InputBox window (int, double, string or bool). |