Share via


NSTextViewWillChangeNotifyingTextViewEventArgs Class

Definition

Provides data for an event based on a posted NSNotification object.

public class NSTextViewWillChangeNotifyingTextViewEventArgs : Foundation.NSNotificationEventArgs
type NSTextViewWillChangeNotifyingTextViewEventArgs = class
    inherit NSNotificationEventArgs
Inheritance
NSTextViewWillChangeNotifyingTextViewEventArgs

Constructors

Name Description
NSTextViewWillChangeNotifyingTextViewEventArgs(NSNotification)

Initializes a new instance of the NSTextViewWillChangeNotifyingTextViewEventArgs class.

Properties

Name Description
NewView
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)
OldView

Applies to