共用方式為


NSScrollView.Notifications.ObserveDidLiveScroll 方法

定義

多載

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

ObserveDidLiveScroll(EventHandler<NSNotificationEventArgs>)

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

參數

傳回

適用於

ObserveDidLiveScroll(NSObject, EventHandler<NSNotificationEventArgs>)

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

參數

objectToObserve
NSObject

傳回

適用於