QTMovie.Notifications.ObserveChapterListDidChange Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ObserveChapterListDidChange(EventHandler<NSNotificationEventArgs>) | |
ObserveChapterListDidChange(NSObject, EventHandler<NSNotificationEventArgs>) |
ObserveChapterListDidChange(EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveChapterListDidChange (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveChapterListDidChange : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parâmetros
- handler
- EventHandler<NSNotificationEventArgs>
Retornos
Aplica-se a
ObserveChapterListDidChange(NSObject, EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveChapterListDidChange (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveChapterListDidChange : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parâmetros
- objectToObserve
- NSObject
- handler
- EventHandler<NSNotificationEventArgs>