UIViewControllerTransitionCoordinator_Extensions.NotifyWhenInteractionChanges 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.
Registers to be called when the transition changes from interactive to non-interactive or vice versa.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void NotifyWhenInteractionChanges (this UIKit.IUIViewControllerTransitionCoordinator This, Action<UIKit.IUIViewControllerTransitionCoordinatorContext> handler);
static member NotifyWhenInteractionChanges : UIKit.IUIViewControllerTransitionCoordinator * Action<UIKit.IUIViewControllerTransitionCoordinatorContext> -> unit
Parameters
The instance on which this method operates.
- Attributes