QTMovie.Notifications.ObserveApertureModeDidChange 方法

定义

重载

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

ObserveApertureModeDidChange(EventHandler<NSNotificationEventArgs>)

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

参数

返回

适用于

ObserveApertureModeDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

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

参数

objectToObserve
NSObject

返回

适用于