Share via


NSTextDidEndEditingEventArgs(NSNotification) Constructor

Definition

Initializes a new instance of the NSTextDidEndEditingEventArgs class.

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

Parameters

notification
NSNotification

The underlying NSNotification object from the posted notification.

Applies to