This is a migrated thread and some comments may be shown as answers.

Confirm Window Customize

2 Answers 66 Views
Window
This is a migrated thread and some comments may be shown as answers.
xu qing
Top achievements
Rank 1
xu qing asked on 03 Apr 2010, 08:48 AM
Hi,
    I use the RadWindow.Confirm(object content,EventHandler<WindowsCloseEventArgs> closed) Method to Display my confirm Info,The title of Window and the content of button can't be customized. 
    If I use the  RadWindow.Confirm(DialogParameters dialogParameters) Method,I can customize the title,content and button,But I can't got the close event and hand it.
    It has some way to customize the confirm window and get close event,too.I want to use the confirm window because it's beautiful than the window provide by Microsoft.
    Thanks.

2 Answers, 1 is accepted

Sort by
0
Manuel Felício
Top achievements
Rank 1
answered on 05 Apr 2010, 05:30 PM
Look for DialogParameters.Closed delegate. You can use it to pass your own handler for the closed event.
0
xu qing
Top achievements
Rank 1
answered on 06 Apr 2010, 02:15 AM
Thanks Manuel FelĂ­cio,It works well.Thanks very much.
Tags
Window
Asked by
xu qing
Top achievements
Rank 1
Answers by
Manuel Felício
Top achievements
Rank 1
xu qing
Top achievements
Rank 1
Share this question
or