NSAnimation.Notifications.ObserveProgressMark Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ObserveProgressMark(EventHandler<NSAnimationProgressMarkEventArgs>) | |
ObserveProgressMark(NSObject, EventHandler<NSAnimationProgressMarkEventArgs>) |
ObserveProgressMark(EventHandler<NSAnimationProgressMarkEventArgs>)
public static Foundation.NSObject ObserveProgressMark (EventHandler<AppKit.NSAnimationProgressMarkEventArgs> handler);
static member ObserveProgressMark : EventHandler<AppKit.NSAnimationProgressMarkEventArgs> -> Foundation.NSObject
Parameters
Returns
Applies to
ObserveProgressMark(NSObject, EventHandler<NSAnimationProgressMarkEventArgs>)
public static Foundation.NSObject ObserveProgressMark (Foundation.NSObject objectToObserve, EventHandler<AppKit.NSAnimationProgressMarkEventArgs> handler);
static member ObserveProgressMark : Foundation.NSObject * EventHandler<AppKit.NSAnimationProgressMarkEventArgs> -> Foundation.NSObject
Parameters
- objectToObserve
- NSObject