Share via


NSTextViewDidChangeSelectionEventArgs Class

Definition

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

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

Constructors

Name Description
NSTextViewDidChangeSelectionEventArgs(NSNotification)

Initializes a new instance of the NSTextViewDidChangeSelectionEventArgs class.

Properties

Name Description
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)
OldSelectedCharacterRange

Applies to