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 classe ScrollEventArgs en utilisant la valeur d'énumération ScrollEventType spécifiée et le nouvel emplacement du contrôle Thumb 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 d'énumération ScrollEventType qui décrit le type de déplacement de Thumb qui a provoqué l'événement.