Partager via


NSTextView.Notifications.ObserveWillChangeNotifyingTextView Méthode

Définition

Surcharges

ObserveWillChangeNotifyingTextView(EventHandler<NSTextViewWillChangeNotifyingTextViewEventArgs>)
ObserveWillChangeNotifyingTextView(NSObject, EventHandler<NSTextViewWillChangeNotifyingTextViewEventArgs>)

ObserveWillChangeNotifyingTextView(EventHandler<NSTextViewWillChangeNotifyingTextViewEventArgs>)

public static Foundation.NSObject ObserveWillChangeNotifyingTextView (EventHandler<AppKit.NSTextViewWillChangeNotifyingTextViewEventArgs> handler);
static member ObserveWillChangeNotifyingTextView : EventHandler<AppKit.NSTextViewWillChangeNotifyingTextViewEventArgs> -> Foundation.NSObject

Paramètres

Retours

S’applique à

ObserveWillChangeNotifyingTextView(NSObject, EventHandler<NSTextViewWillChangeNotifyingTextViewEventArgs>)

public static Foundation.NSObject ObserveWillChangeNotifyingTextView (Foundation.NSObject objectToObserve, EventHandler<AppKit.NSTextViewWillChangeNotifyingTextViewEventArgs> handler);
static member ObserveWillChangeNotifyingTextView : Foundation.NSObject * EventHandler<AppKit.NSTextViewWillChangeNotifyingTextViewEventArgs> -> Foundation.NSObject

Paramètres

objectToObserve
NSObject

Retours

S’applique à