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.