Share via


NSTextDidEndEditingEventArgs Class

Definition

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

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

Constructors

Name Description
NSTextDidEndEditingEventArgs(NSNotification)

Initializes a new instance of the NSTextDidEndEditingEventArgs class.

Properties

Name Description
Movement
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)

Applies to