Edit

Share via


QTMovie.Notifications.ObserveCloseWindowRequest Method

Definition

Overloads

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

Parameters

Returns

Applies to

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

Parameters

objectToObserve
NSObject

Returns

Applies to