When using ChildWindow in silverlight, the window closed event was triggering unexpectedly.
After checking the code, we discovered, setting up the DialogResult = true, is automatically closing the window and hence the close event was triggered.
After checking the code, we discovered, setting up the DialogResult = true, is automatically closing the window and hence the close event was triggered.
No comments:
Post a Comment