PDEPanel.PrintWindowWillClose(Boolean) 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.
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