Edit

Share via


QTMovie.Notifications.ObserveChapterListDidChange Method

Definition

Overloads

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

Parameters

Returns

Applies to

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

Parameters

objectToObserve
NSObject

Returns

Applies to