Message 1 of 3
Accessing the Application and UIApplication from IExternalApplication

Not applicable
02-08-2013
08:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to creat parameter when when the ViewActivated event is triggered. I cannot get the pass the Application or UIApplication from the event. I'm getting the Document from e.Document. And I was trying to cast the sender as Application and UIApplication. It will compile and run without issue, but isn't working. I dont have a need to implement IExternalCommand. How can I acomplish this? Thanks.