Partager via


NSTableView.Notifications.ObserveSelectionIsChanging Méthode

Définition

Surcharges

ObserveSelectionIsChanging(EventHandler<NSNotificationEventArgs>)
ObserveSelectionIsChanging(NSObject, EventHandler<NSNotificationEventArgs>)

ObserveSelectionIsChanging(EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveSelectionIsChanging (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveSelectionIsChanging : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject

Paramètres

Retours

S’applique à

ObserveSelectionIsChanging(NSObject, EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveSelectionIsChanging (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveSelectionIsChanging : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject

Paramètres

objectToObserve
NSObject

Retours

S’applique à