Share via


UIDocument.Notifications Clase

Definición

Notificación publicada por la UIDocument clase .

public static class UIDocument.Notifications
type UIDocument.Notifications = class
Herencia
UIDocument.Notifications

Comentarios

Se trata de una clase estática que contiene varios métodos auxiliares que permiten a los desarrolladores observar eventos publicados en el centro de notificaciones de iOS (NSNotificationCenter).

Los métodos definidos en esta clase publican eventos invocan el método proporcionado o lambda con un NSNotificationEventArgs parámetro que contiene propiedades fuertemente tipadas para los argumentos de notificación.

Métodos

ObserveStateChanged(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la StateChangedNotification constante.

ObserveStateChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la StateChangedNotification constante.

Se aplica a