UIPreviewInteractionDelegate.DidUpdateCommit 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.
The system calls this method repeatedly during the commit phase of a preview interaction.
[Foundation.Export("previewInteraction:didUpdateCommitTransition:ended:")]
public virtual void DidUpdateCommit (UIKit.UIPreviewInteraction previewInteraction, nfloat transitionProgress, bool ended);
abstract member DidUpdateCommit : UIKit.UIPreviewInteraction * nfloat * bool -> unit
override this.DidUpdateCommit : UIKit.UIPreviewInteraction * nfloat * bool -> unit
Parameters
- previewInteraction
- UIPreviewInteraction
- transitionProgress
- nfloat
- ended
- Boolean
- Attributes