Share via


NSPreviewInteractionPreviewUpdateEventArgs(NFloat, Boolean) Constructor

Definition

Create a new instance of the NSPreviewInteractionPreviewUpdateEventArgs with the specified event data.

public NSPreviewInteractionPreviewUpdateEventArgs(System.Runtime.InteropServices.NFloat transitionProgress, bool ended);
new UIKit.NSPreviewInteractionPreviewUpdateEventArgs : System.Runtime.InteropServices.NFloat * bool -> UIKit.NSPreviewInteractionPreviewUpdateEventArgs

Parameters

transitionProgress
NFloat

The value for the TransitionProgress property.

ended
Boolean

The value for the Ended property.

Applies to