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

返回

适用于