QTMovie.Notifications.ObserveEditabilityDidChange 方法

定义

重载

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

ObserveEditabilityDidChange(EventHandler<NSNotificationEventArgs>)

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

参数

返回

适用于

ObserveEditabilityDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

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

参数

objectToObserve
NSObject

返回

适用于