共用方式為


NSText.Notifications.ObserveDidBeginEditing 方法

定義

多載

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

ObserveDidBeginEditing(EventHandler<NSNotificationEventArgs>)

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

參數

傳回

適用於

ObserveDidBeginEditing(NSObject, EventHandler<NSNotificationEventArgs>)

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

參數

objectToObserve
NSObject

傳回

適用於