Edit

Share via


QTMovie.Notifications.ObserveEdited Method

Definition

Overloads

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

Parameters

Returns

Applies to

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

Parameters

objectToObserve
NSObject

Returns

Applies to