QTMovie.Notifications.ObserveEdited 方法

定义

重载

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

ObserveEdited(EventHandler<NSNotificationEventArgs>)

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

参数

返回

适用于

ObserveEdited(NSObject, EventHandler<NSNotificationEventArgs>)

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

参数

objectToObserve
NSObject

返回

适用于