ScrollEventArgs Constructeurs
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 nouvelle instance de la classe ScrollEventArgs.
Surcharges
| Nom | Description |
|---|---|
| ScrollEventArgs(ScrollEventType, Int32) |
Initialise une nouvelle instance de la ScrollEventArgs classe à l’aide des valeurs données pour les propriétés et Type les NewValue propriétés. |
| ScrollEventArgs(ScrollEventType, Int32, Int32) |
Initialise une nouvelle instance de la ScrollEventArgs classe à l’aide des valeurs données pour les propriétés et Type les OldValueNewValuepropriétés. |
| ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation) |
Initialise une nouvelle instance de la ScrollEventArgs classe à l’aide des valeurs données pour les propriétés et Type les NewValueScrollOrientationpropriétés. |
| ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation) |
Initialise une nouvelle instance de la ScrollEventArgs classe à l’aide des valeurs données pour les propriétés et TypeOldValueNewValueles ScrollOrientationpropriétés. |
ScrollEventArgs(ScrollEventType, Int32)
- Source:
- ScrollEventArgs.cs
- Source:
- ScrollEventArgs.cs
- Source:
- ScrollEventArgs.cs
- Source:
- ScrollEventArgs.cs
- Source:
- ScrollEventArgs.cs
Initialise une nouvelle instance de la ScrollEventArgs classe à l’aide des valeurs données pour les propriétés et Type les NewValue propriétés.
public:
ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int newValue);
public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int newValue);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, newValue As Integer)
Paramètres
- type
- ScrollEventType
Une des ScrollEventType valeurs.
- newValue
- Int32
Nouvelle valeur de la barre de défilement.
Voir aussi
S’applique à
ScrollEventArgs(ScrollEventType, Int32, Int32)
- Source:
- ScrollEventArgs.cs
- Source:
- ScrollEventArgs.cs
- Source:
- ScrollEventArgs.cs
- Source:
- ScrollEventArgs.cs
- Source:
- ScrollEventArgs.cs
Initialise une nouvelle instance de la ScrollEventArgs classe à l’aide des valeurs données pour les propriétés et Type les OldValueNewValuepropriétés.
public:
ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int oldValue, int newValue);
public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int oldValue, int newValue);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int * int -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, oldValue As Integer, newValue As Integer)
Paramètres
- type
- ScrollEventType
Une des ScrollEventType valeurs.
- oldValue
- Int32
Ancienne valeur de la barre de défilement.
- newValue
- Int32
Nouvelle valeur de la barre de défilement.
Voir aussi
S’applique à
ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)
- Source:
- ScrollEventArgs.cs
- Source:
- ScrollEventArgs.cs
- Source:
- ScrollEventArgs.cs
- Source:
- ScrollEventArgs.cs
- Source:
- ScrollEventArgs.cs
Initialise une nouvelle instance de la ScrollEventArgs classe à l’aide des valeurs données pour les propriétés et Type les NewValueScrollOrientationpropriétés.
public:
ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int newValue, System::Windows::Forms::ScrollOrientation scroll);
public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int newValue, System.Windows.Forms.ScrollOrientation scroll);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int * System.Windows.Forms.ScrollOrientation -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, newValue As Integer, scroll As ScrollOrientation)
Paramètres
- type
- ScrollEventType
Une des ScrollEventType valeurs.
- newValue
- Int32
Nouvelle valeur de la barre de défilement.
- scroll
- ScrollOrientation
Une des ScrollOrientation valeurs.
Voir aussi
S’applique à
ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)
- Source:
- ScrollEventArgs.cs
- Source:
- ScrollEventArgs.cs
- Source:
- ScrollEventArgs.cs
- Source:
- ScrollEventArgs.cs
- Source:
- ScrollEventArgs.cs
Initialise une nouvelle instance de la ScrollEventArgs classe à l’aide des valeurs données pour les propriétés et TypeOldValueNewValueles ScrollOrientationpropriétés.
public:
ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int oldValue, int newValue, System::Windows::Forms::ScrollOrientation scroll);
public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int oldValue, int newValue, System.Windows.Forms.ScrollOrientation scroll);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int * int * System.Windows.Forms.ScrollOrientation -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, oldValue As Integer, newValue As Integer, scroll As ScrollOrientation)
Paramètres
- type
- ScrollEventType
Une des ScrollEventType valeurs.
- oldValue
- Int32
Ancienne valeur de la barre de défilement.
- newValue
- Int32
Nouvelle valeur de la barre de défilement.
- scroll
- ScrollOrientation
Une des ScrollOrientation valeurs.