InputLoadOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents configuration options for dynamically loading input data.
public sealed class InputLoadOptions
type InputLoadOptions = class
Public NotInheritable Class InputLoadOptions
- Inheritance
-
InputLoadOptions
Remarks
Use this class to specify how and when dynamic input data should be loaded. This type is intended for advanced scenarios where input loading behavior must be customized.
Constructors
| InputLoadOptions() |
Properties
| AlwaysLoadOnStart |
Gets a value indicating whether LoadCallback should always be executed at the start of the input prompt. |
| DependsOnInputs |
Gets the list of input names that this input depends on. LoadCallback is executed whenever any of the specified inputs change. |
| LoadCallback |
Gets the callback function that is invoked to perform a load operation using the specified input context. |