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