- 0
C# Win8 Store: access parent xaml from object
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
Microsoft testing native Windows 11 app performance with impressive early results
By hellowalkman,
- microsoft
- windows 11
- (and 6 more)
- 10 replies
- 0 views
-
Microsoft shares how upcoming Windows 11 updates greatly improve Start, Settings, Explorer
By hellowalkman,
- microsoft
- microsoft design
- (and 12 more)
- 17 replies
- 0 views
-
Simple tweak makes Windows 11 File Explorer faster and fixes a very annoying bug
By hellowalkman,
- microsoft
- explorerpatcher
- (and 9 more)
- 17 replies
- 0 views
-
Unofficial Windows 11 requirements bypass app developer is truly disappointed with Microsoft
By hellowalkman,
- microsoft
- windows 11
- (and 8 more)
- 10 replies
- 0 views
-
Microsoft finally admits almost all major Windows 11 core features are broken 1 2 3
By hellowalkman,
- microsoft
- windows 11
- (and 14 more)
- 50 replies
- 0 views
-
Question
James Rose
Hello gang,
I am creating a WIn8 store app and with that a basic class that will do the majority of work. I want this class to call back to the MainPage.xaml to access objects placed within it.
For example in the app.xaml.cs I have the following code
I thought I recall somewhere that I need to pass the parent into the class with the "this" keyword.
objBediaEngine = new BediaEngine(this);
[/CODE]
I am close, I believe, but I could use a point to a page that gives me some details.
Thanks
Link to comment
https://www.neowin.net/forum/topic/1157374-c-win8-store-access-parent-xaml-from-object/Share on other sites
2 answers to this question
Recommended Posts