WorkflowPrintTicket.NotifyXmlChangedAsync 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.
Notifies the print system that the XML DOM object has changed.
public:
virtual IAsyncAction ^ NotifyXmlChangedAsync() = NotifyXmlChangedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction NotifyXmlChangedAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction NotifyXmlChangedAsync();
function notifyXmlChangedAsync()
Public Function NotifyXmlChangedAsync () As IAsyncAction
Returns
This method does not return a value.
- Attributes
Remarks
This method should be called when the client has made direct modifications to the XML PrintTicket document.