Inheritance: IPrintTaskCompletedEventArgs
        void printTask_Completed(PrintTask sender, PrintTaskCompletedEventArgs args)
        {
            _PrintTaskCompletionValue = args.Completion;

            _ResetEvent.Set();
        }
 void OnPrintTaskCompleted(PrintTask sender, PrintTaskCompletedEventArgs args)
 {
     this.pageSize = null;
     this.imageableRect = null;
     this.document = null;
     this.pages = null;
 } 
 void OnPrintTaskCompleted(PrintTask sender, PrintTaskCompletedEventArgs args)
 {
     this.pageCount = 0;
     this.document = null;
 }