Share via


NSTextViewDidChangeSelectionEventArgs(NSNotification) Constructor

Definition

Initializes a new instance of the NSTextViewDidChangeSelectionEventArgs class.

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

Parameters

notification
NSNotification

The underlying NSNotification object from the posted notification.

Applies to