Share via


EXHostViewControllerDelegate.WillDeactivate Method

Definition

[Foundation.Export("hostViewControllerWillDeactivate:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillDeactivate(ExtensionKit.EXHostViewController viewController, Foundation.NSError? error);
[<Foundation.Export("hostViewControllerWillDeactivate:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillDeactivate : ExtensionKit.EXHostViewController * Foundation.NSError -> unit
override this.WillDeactivate : ExtensionKit.EXHostViewController * Foundation.NSError -> unit

Parameters

viewController
EXHostViewController
error
NSError

Implements

Attributes

Applies to