Compartilhar via


UIViewController.Notifications Classe

Definição

Notificação postada pela UIViewController classe .

public static class UIViewController.Notifications
type UIViewController.Notifications = class
Herança
UIViewController.Notifications

Comentários

Essa é uma classe estática que contém vários métodos auxiliares que permitem que os desenvolvedores observem eventos postados no hub de notificação do iOS (NSNotificationCenter).

Os métodos definidos nesta classe post events invocam o método fornecido ou lambda com um NSNotificationEventArgs parâmetro que contém propriedades fortemente tipados para os argumentos de notificação.

Métodos

ObserveShowDetailTargetDidChange(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a ShowDetailTargetDidChangeNotification constante.

ObserveShowDetailTargetDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a ShowDetailTargetDidChangeNotification constante.

Aplica-se a