silverlight中后台代码动态添加xaml控件,怎么添加事件处理
1个回答
展开全部
你好,
你可以在后台通过DateTemplate.LoadContent方法得到DataTemplate中的ExpanderView对象,然后动态为它添加Tap事件。
DataTemplate template = Get_CheckTemplate();
ExpanderView view= template.LoadContent() as ExpanderView;
view.Tap+=(s,args)=>{ //add logic here};
你可以在后台通过DateTemplate.LoadContent方法得到DataTemplate中的ExpanderView对象,然后动态为它添加Tap事件。
DataTemplate template = Get_CheckTemplate();
ExpanderView view= template.LoadContent() as ExpanderView;
view.Tap+=(s,args)=>{ //add logic here};
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询