LoadedpivotItem 和 LoadingPivotItem 之间的区别
LoadedpivotItem 和 LoadingPivotItem 之间有什么区别?或者有任何链接可以获取所有枢轴事件文档吗?
What is difference between LoadedpivotItem and LoadingPivotItem ? Or there is any link where u can get all the pivot Events documentation ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这里您可以阅读有关 PivotItem 控件的所有信息:
http:// /msdn.microsoft.com/en-us/library/ff941123(v=vs.92).aspx
Loaded 表示控件已完成加载。
加载意味着您可以在显示内容之前对其进行操作。
希望这有帮助。
here you can read all about PivotItem controls:
http://msdn.microsoft.com/en-us/library/ff941123(v=vs.92).aspx
Loaded means that the control has finished wiht loading.
Loading means you can manipulate the content before it is displayed.
Hope this helps.