NSScrollView.Notifications.ObserveWillStartLiveMagnify 方法

定义

重载

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

ObserveWillStartLiveMagnify(EventHandler<NSNotificationEventArgs>)

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

参数

返回

适用于

ObserveWillStartLiveMagnify(NSObject, EventHandler<NSNotificationEventArgs>)

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

参数

objectToObserve
NSObject

返回

适用于