ScrollControllerAddScrollVelocityRequestedEventArgs.CorrelationId Property

Definition

Gets or sets the correlation ID associated with the offset change.

public:
 property int CorrelationId { int get(); void set(int value); };
int CorrelationId();

void CorrelationId(int value);
public int CorrelationId { get; set; }
var int32 = scrollControllerAddScrollVelocityRequestedEventArgs.correlationId;
scrollControllerAddScrollVelocityRequestedEventArgs.correlationId = int32;
Public Property CorrelationId As Integer

Property Value

Int32

int

The correlation ID associated with the offset change.

Applies to