SelectedPositionChangedEventArgs Class

Definition

Event arguments for positional scrolling events.

public class SelectedPositionChangedEventArgs : EventArgs
type SelectedPositionChangedEventArgs = class
    inherit EventArgs
Inheritance
SelectedPositionChangedEventArgs

Constructors

SelectedPositionChangedEventArgs(Int32)

Creates a new SelectedPositionChangedEventArgs with the specified new selectecPosition.

Properties

SelectedPosition

Gets the newly selected position.

Applies to