Share via


NSTextViewWillChangeNotifyingTextViewEventArgs(NSNotification) Constructor

Definition

Initializes a new instance of the NSTextViewWillChangeNotifyingTextViewEventArgs class.

public NSTextViewWillChangeNotifyingTextViewEventArgs(Foundation.NSNotification notification);
new AppKit.NSTextViewWillChangeNotifyingTextViewEventArgs : Foundation.NSNotification -> AppKit.NSTextViewWillChangeNotifyingTextViewEventArgs

Parameters

notification
NSNotification

The underlying NSNotification object from the posted notification.

Applies to