次の方法で共有


NSTextStorage.Notifications.ObserveDidProcessEditing メソッド

定義

オーバーロード

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

ObserveDidProcessEditing(EventHandler<NSNotificationEventArgs>)

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

パラメーター

戻り値

適用対象

ObserveDidProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>)

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

パラメーター

objectToObserve
NSObject

戻り値

適用対象