QTMovie.Notifications.ObserveLoadStateDidChange 方法

定义

重载

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

ObserveLoadStateDidChange(EventHandler<NSNotificationEventArgs>)

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

参数

返回

适用于

ObserveLoadStateDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

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

参数

objectToObserve
NSObject

返回

适用于