Edit

Share via


QTMovie.Notifications.ObserveChapterDidChange Method

Definition

Overloads

ObserveChapterDidChange(EventHandler<NSNotificationEventArgs>)
ObserveChapterDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

ObserveChapterDidChange(EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveChapterDidChange (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveChapterDidChange : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject

Parameters

Returns

Applies to

ObserveChapterDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveChapterDidChange (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveChapterDidChange : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject

Parameters

objectToObserve
NSObject

Returns

Applies to