TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
person
NA
96
0
Object Children
Dec 9 2009 7:13 AM
Hi,
I have a list box with its itemtemplate set to contain checkboxes. How do I retrieve the checkboxes through an event after having set the itemsource on the listbox.
<ListBox ItemsSource={Binding Path=People}>
<ListBox.ItemTemplate>
<DataTemplate>
<CheckBox Content=Name />
</DataTemplate>
</ListBox.ItemTemplate>
</ListBox>
private void CheckBox_Checked(object sender, RoutedEventArgs e)
{
(sender as ListBox).Items ----- this is the itemssource
How do I get the check box object?????
}
Thanks in advance.
Person.
Reply
Answers (
2
)
Combo box check box object
I want to make dash board