QTMovie.Notifications.ObserveMessageStringPosted Method

Definition

Overloads

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

Parameters

Returns

Applies to

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

Parameters

objectToObserve
NSObject

Returns

Applies to