NSAccessibilityElement.Notifications.ObserveRowExpanded 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
ObserveRowExpanded(EventHandler<NSNotificationEventArgs>) | |
ObserveRowExpanded(NSObject, EventHandler<NSNotificationEventArgs>) |
ObserveRowExpanded(EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveRowExpanded (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveRowExpanded : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parameter
- handler
- EventHandler<NSNotificationEventArgs>
Gibt zurück
Gilt für:
ObserveRowExpanded(NSObject, EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveRowExpanded (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveRowExpanded : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parameter
- objectToObserve
- NSObject
- handler
- EventHandler<NSNotificationEventArgs>