Share via


IUIViewControllerTransitionCoordinator.NotifyWhenInteractionEndsUsingBlock Method

Definition

Developers should not use this deprecated method. Developers should use 'NotifyWhenInteractionChanges' instead.

[Foundation.Export("notifyWhenInteractionEndsUsingBlock:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void NotifyWhenInteractionEndsUsingBlock(Action<UIKit.IUIViewControllerTransitionCoordinatorContext> handler);
[<Foundation.Export("notifyWhenInteractionEndsUsingBlock:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member NotifyWhenInteractionEndsUsingBlock : Action<UIKit.IUIViewControllerTransitionCoordinatorContext> -> unit
override this.NotifyWhenInteractionEndsUsingBlock : Action<UIKit.IUIViewControllerTransitionCoordinatorContext> -> unit

Parameters

Attributes

Applies to