PDEPanel.PpdOptionKeyValueDidChange(String, String) Method
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.
Notifies the panel that a PPD option choice was changed externally (for example, during conflict resolution). The panel should update its internal data for the specified key.
[Foundation.Export("PPDOptionKeyValueDidChange:ppdChoice:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PpdOptionKeyValueDidChange(string option, string choice);
[<Foundation.Export("PPDOptionKeyValueDidChange:ppdChoice:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PpdOptionKeyValueDidChange : string * string -> unit
override this.PpdOptionKeyValueDidChange : string * string -> unit
Parameters
- option
- String
The PPD main key whose value changed.
- choice
- String
The new PPD choice value for option.
Implements
- Attributes