共用方式為


NSTextStorage.Notifications.ObserveWillProcessEditing 方法

定義

多載

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

ObserveWillProcessEditing(EventHandler<NSNotificationEventArgs>)

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

參數

傳回

適用於

ObserveWillProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>)

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

參數

objectToObserve
NSObject

傳回

適用於