UIContextualActionHandler Delegat
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Eine Aktion, die ausgeführt werden soll, wenn der Benutzer eine UIContextualAction Schaltfläche drückt.
public delegate void UIContextualActionHandler(UIContextualAction action, UIView sourceView, UIContextualActionCompletionHandler completionHandler);
type UIContextualActionHandler = delegate of UIContextualAction * UIView * UIContextualActionCompletionHandler -> unit
Parameter
- action
- UIContextualAction
- sourceView
- UIView
- completionHandler
- UIContextualActionCompletionHandler