ScrollEventArgs(ScrollEventType, Double) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une instance de la ScrollEventArgs classe à l’aide de la valeur d’énumération spécifiée ScrollEventType et du nouvel emplacement du Thumb contrôle dans le ScrollBar.
public:
ScrollEventArgs(System::Windows::Controls::Primitives::ScrollEventType scrollEventType, double newValue);
public ScrollEventArgs(System.Windows.Controls.Primitives.ScrollEventType scrollEventType, double newValue);
new System.Windows.Controls.Primitives.ScrollEventArgs : System.Windows.Controls.Primitives.ScrollEventType * double -> System.Windows.Controls.Primitives.ScrollEventArgs
Public Sub New (scrollEventType As ScrollEventType, newValue As Double)
Paramètres
- scrollEventType
- ScrollEventType
Valeur ScrollEventType d’énumération qui décrit le type de Thumb mouvement qui a provoqué l’événement.