PrintQueueStream.HandlePackagingProgressEvent 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.
Enables the PrintQueueStream to respond to the packaging progress by handling the PackagingProgressEvent.
public:
void HandlePackagingProgressEvent(System::Object ^ sender, System::Windows::Xps::Packaging::PackagingProgressEventArgs ^ e);
public void HandlePackagingProgressEvent (object sender, System.Windows.Xps.Packaging.PackagingProgressEventArgs e);
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
public void HandlePackagingProgressEvent (object sender, System.Windows.Xps.Packaging.PackagingProgressEventArgs e);
member this.HandlePackagingProgressEvent : obj * System.Windows.Xps.Packaging.PackagingProgressEventArgs -> unit
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
member this.HandlePackagingProgressEvent : obj * System.Windows.Xps.Packaging.PackagingProgressEventArgs -> unit
Public Sub HandlePackagingProgressEvent (sender As Object, e As PackagingProgressEventArgs)
Parameters
- sender
- Object
The source of the event.
The event data.
- Attributes
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.