QTMovie.Notifications.ObserveMessageStringPosted 方法

定义

重载

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

ObserveMessageStringPosted(EventHandler<NSNotificationEventArgs>)

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

参数

返回

适用于

ObserveMessageStringPosted(NSObject, EventHandler<NSNotificationEventArgs>)

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

参数

objectToObserve
NSObject

返回

适用于