NSTextView.Notifications.ObserveWillChangeNotifyingTextView Method

Definition

Overloads

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

Parameters

Returns

Applies to

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

Parameters

objectToObserve
NSObject

Returns

Applies to