ScrollControllerAddScrollVelocityRequestedEventArgs.CorrelationId Property
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.
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.