QTMovie.Notifications.ObserveCloseWindowRequest 方法

定义

重载

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

ObserveCloseWindowRequest(EventHandler<NSNotificationEventArgs>)

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

参数

返回

适用于

ObserveCloseWindowRequest(NSObject, EventHandler<NSNotificationEventArgs>)

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

参数

objectToObserve
NSObject

返回

适用于