This question is locked. New answers and comments are not allowed.
Hi there ;-)
just another problem:
tried out your example to print a RadRichTextBox with this Code:
And VS 2010 tells me that DocumentPresenterBase has no Definition for PrintingCompleted.
I tried to compile your Example without any changes to verify and it has the same problem.
Best Regards
Manfred
just another problem:
tried out your example to print a RadRichTextBox with this Code:
((DocumentPresenterBase)textBox.ActiveEditorPresenter).PrintingCompleted += delegate{ this.LayoutRoot.Children.Remove(textBox); window.Close(); };I tried to compile your Example without any changes to verify and it has the same problem.
Best Regards
Manfred
