UIActivityViewController.SetCompletionHandler 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.
Caution
Use 'CompletionWithItemsHandler' property.
Assigns the handler that runs when the activity view is dismissed.
[System.Obsolete("Use 'CompletionWithItemsHandler' property.")]
public virtual void SetCompletionHandler (UIKit.UIActivityViewControllerCompletion completionHandler);
abstract member SetCompletionHandler : UIKit.UIActivityViewControllerCompletion -> unit
override this.SetCompletionHandler : UIKit.UIActivityViewControllerCompletion -> unit
Parameters
- completionHandler
- UIActivityViewControllerCompletion
- Attributes