NSCell.Notifications.ObserveRowCountChanged Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ObserveRowCountChanged(EventHandler<NSNotificationEventArgs>) | |
ObserveRowCountChanged(NSObject, EventHandler<NSNotificationEventArgs>) |
ObserveRowCountChanged(EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveRowCountChanged (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveRowCountChanged : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parameter
- handler
- EventHandler<NSNotificationEventArgs>
Gibt zurück
Gilt für:
ObserveRowCountChanged(NSObject, EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveRowCountChanged (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveRowCountChanged : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parameter
- objectToObserve
- NSObject
- handler
- EventHandler<NSNotificationEventArgs>