UIContextualActionHandler Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Uma ação a ser executada quando o usuário pressiona um UIContextualAction botão.
public delegate void UIContextualActionHandler(UIContextualAction action, UIView sourceView, UIContextualActionCompletionHandler completionHandler);
type UIContextualActionHandler = delegate of UIContextualAction * UIView * UIContextualActionCompletionHandler -> unit
Parâmetros
- action
- UIContextualAction
- sourceView
- UIView
- completionHandler
- UIContextualActionCompletionHandler