Found it:

NSObject observer = NSNotificationCenter.DefaultCenter.AddObserver(
        UIApplication.DidBecomeActiveNotification, 
    delegate(NSNotification ntf) {
        Console.WriteLine("Did become active!");
            // Same as above
    });
    


--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/How-to-detect-when-your-UIViewController-appears-re-appears-from-a-system-modal-dialog-tp4655981p4655982.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to