Partager via


NSTextView.Notifications.ObserveDidChangeSelection Méthode

Définition

Surcharges

ObserveDidChangeSelection(EventHandler<NSTextViewDidChangeSelectionEventArgs>)
ObserveDidChangeSelection(NSObject, EventHandler<NSTextViewDidChangeSelectionEventArgs>)

ObserveDidChangeSelection(EventHandler<NSTextViewDidChangeSelectionEventArgs>)

public static Foundation.NSObject ObserveDidChangeSelection (EventHandler<AppKit.NSTextViewDidChangeSelectionEventArgs> handler);
static member ObserveDidChangeSelection : EventHandler<AppKit.NSTextViewDidChangeSelectionEventArgs> -> Foundation.NSObject

Paramètres

Retours

S’applique à

ObserveDidChangeSelection(NSObject, EventHandler<NSTextViewDidChangeSelectionEventArgs>)

public static Foundation.NSObject ObserveDidChangeSelection (Foundation.NSObject objectToObserve, EventHandler<AppKit.NSTextViewDidChangeSelectionEventArgs> handler);
static member ObserveDidChangeSelection : Foundation.NSObject * EventHandler<AppKit.NSTextViewDidChangeSelectionEventArgs> -> Foundation.NSObject

Paramètres

objectToObserve
NSObject

Retours

S’applique à