UIContextualActionHandler Delegate
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.
An action to run when the user presses a UIContextualAction button.
public delegate void UIContextualActionHandler(UIContextualAction action, UIView sourceView, UIContextualActionCompletionHandler completionHandler);
type UIContextualActionHandler = delegate of UIContextualAction * UIView * UIContextualActionCompletionHandler -> unit
Parameters
- action
- UIContextualAction
- sourceView
- UIView
- completionHandler
- UIContextualActionCompletionHandler