次の方法で共有


NSScrollView.Notifications.ObserveDidEndLiveScroll メソッド

定義

オーバーロード

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

ObserveDidEndLiveScroll(EventHandler<NSNotificationEventArgs>)

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

パラメーター

戻り値

適用対象

ObserveDidEndLiveScroll(NSObject, EventHandler<NSNotificationEventArgs>)

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

パラメーター

objectToObserve
NSObject

戻り値

適用対象