Hi all,
I am using one wpf user control in which i am taking some checkbox controls. and on check box checked event i am going to enable or disable one button control. for this i am using user control's "layout_updated event" to check if there is any check box is checked then my button should get enable.
its working fine but my layout_updated event is taking too much time due to this my button is taking time to enable.
Please help me.
Thanks.