PDEPanel.PpdOptionKeyValueDidChange(String, String) Method

Definition

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

Applies to