PDEPanel.PrintWindowWillClose(Boolean) Method

Definition

Called when the print dialog is about to close. Use this for cleanup tasks such as removing notification observers.

[Foundation.Export("printWindowWillClose:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PrintWindowWillClose(bool userCanceled);
[<Foundation.Export("printWindowWillClose:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PrintWindowWillClose : bool -> unit
override this.PrintWindowWillClose : bool -> unit

Parameters

userCanceled
Boolean

true if the user canceled the dialog; false if the user confirmed.

Implements

Attributes

Applies to