Share via


NSControlTextEditingEventArgs Class

Definition

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

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

Constructors

Name Description
NSControlTextEditingEventArgs(NSNotification)

Initializes a new instance of the NSControlTextEditingEventArgs class.

Properties

Name Description
FieldEditor
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)

Applies to