ScrollControllerAddScrollVelocityRequestedEventArgs Constructor

Definition

public:
 ScrollControllerAddScrollVelocityRequestedEventArgs(float offsetVelocity, IReference<float> ^ inertiaDecayRate);
 ScrollControllerAddScrollVelocityRequestedEventArgs(float const& offsetVelocity, IReference<float> const& inertiaDecayRate);
public ScrollControllerAddScrollVelocityRequestedEventArgs(float offsetVelocity, System.Nullable<float> inertiaDecayRate);
function ScrollControllerAddScrollVelocityRequestedEventArgs(offsetVelocity, inertiaDecayRate)
Public Sub New (offsetVelocity As Single, inertiaDecayRate As Nullable(Of Single))

Parameters

offsetVelocity
Single

float

inertiaDecayRate

IReference<Single>

Nullable<Single>

IReference<float>

Applies to