Share via


ScrollControllerScrollToRequestedEventArgs.CorrelationId Property

Definition

Gets 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 = scrollControllerScrollToRequestedEventArgs.correlationId;
scrollControllerScrollToRequestedEventArgs.correlationId = int32;
Public Property CorrelationId As Integer

Property Value

Int32

int

The correlation ID associated with the offset change.

Applies to