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 |
|
|
Metadata |
|
See also
Build date: 12/4/2012
