Click here to Skip to main content
15,914,780 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want the codes that displays how observableCollections object can be use in WIndow store App using C#

What I have tried:

public class Names { public ObservableCollection { get; set; } public Names() { NamesList = GetEmployeeFromCloud(); } }
Posted
Updated 27-Jul-16 3:11am

1 solution

There are many articles here on CodeProject[^] and elsewhere that you can find by doing a search operation.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900