This topic has not yet been rated - Rate this topic

PrintTaskConfiguration.SaveRequested | saverequested event

Raised by the print window for your app to notify the device app that the print ticket must be updated.

Syntax


function onSaveRequested(eventArgs) { /* Your code */ }
 
// addEventListener syntax
printTaskConfiguration.addEventListener("saverequested", onSaveRequested);
printTaskConfiguration.removeEventListener("saverequested", onSaveRequested);
 
- or -

printTaskConfiguration.onsaverequested = onSaveRequested;


Event information

Delegate TypedEventHandler(PrintTaskConfiguration, PrintTaskConfigurationSaveRequestedEventArgs)

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Devices.Printers.Extensions
Windows::Devices::Printers::Extensions [C++]

Metadata

Windows.winmd

See also

PrintTaskConfiguration

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.