加载用户控件后的事件 [英] Event after a usercontrol is loaded

查看:141
本文介绍了加载用户控件后的事件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

专家

在加载用户控件后会引发哪个事件?

Which event is raised after a usercontrol loaded?

此致

P Paul

 

推荐答案

对于用户控件,在加载过程中将按以下顺序触发三个事件:

For a User Control, there are three events that will fire during the loading process in the following order:

1-UserControl_Initialized.

1-UserControl_Initialized.

2-UserControl_LayoutUpdated.

2-UserControl_LayoutUpdated.

然后

3-UserControl_Loaded.

3-UserControl_Loaded.

请让我知道是否需要更多帮助,请将我的回复标记为已回答".如果有帮助的话.

Please, let me know if you need more help and kindly, mark my reply as "Answered" if it helped.


这篇关于加载用户控件后的事件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆