Class PrintCompletedEventArgs
Provides data for the PrintCompleted
event.
Inheritance
System.Object
PrintCompletedEventArgs
Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
Syntax
public sealed class PrintCompletedEventArgs : EventArgs
Constructors
PrintCompletedEventArgs()
Initializes a new instance of the PrintCompletedEventArgs class.
Declaration
public PrintCompletedEventArgs()
Properties
Completion
Gets the print task completion.
Declaration
public PrintTaskCompletion Completion { get; }
Property Value
Type |
---|
Windows.Graphics.Printing.PrintTaskCompletion |