gpt4 book ai didi

c# - 访问 HubSection 内部的数据

转载 作者:行者123 更新时间:2023-11-30 20:52:29 24 4
gpt4 key购买 nike

请帮帮我:

如果我在 HubSection 中有一个 TextBox,如果我有 TextBox 的网格在 DataTemplate 中,我如何从中获取数据?

<Hub Style="{StaticResource HubStyle1}">
<Hub.Header>
<!-- Some stuff here -->
</Hub.Header>

<HubSection Width="731" Style="{StaticResource HubSectionStyle1}">
<DataTemplate>
<Grid FlowDirection="RightToLeft" Margin=" 0,10,0,0" >

<TextBox
Grid.Row="0"
Grid.Column="1"
Style="{StaticResource AddTextBlockStyle}" />

</Grid>
</DataTemplate>
</HubSection>
</Hub>

最佳答案

处理任何元素的 Loaded 事件,sender 参数将是该元素。保存参数供以后访问。

关于c# - 访问 HubSection 内部的数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20846807/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com