NSScrollView.Notifications.ObserveDidEndLiveMagnify 方法

定义

重载

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

ObserveDidEndLiveMagnify(EventHandler<NSNotificationEventArgs>)

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

参数

返回

适用于

ObserveDidEndLiveMagnify(NSObject, EventHandler<NSNotificationEventArgs>)

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

参数

objectToObserve
NSObject

返回

适用于