InputLoadOptions.DependsOnInputs Property
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.
Gets the list of input names that this input depends on. LoadCallback is executed whenever any of the specified inputs change.
public System.Collections.Generic.IReadOnlyList<string>? DependsOnInputs { get; init; }
member this.DependsOnInputs : System.Collections.Generic.IReadOnlyList<string> with get, set
Public Property DependsOnInputs As IReadOnlyList(Of String)