QTMovie.Notifications.ObserveChapterDidChange 方法

定义

重载

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

参数

返回

适用于

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

参数

objectToObserve
NSObject

返回

适用于