共用方式為


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

傳回

適用於