TextChangedEventArgs 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 TextChangedEventArgs.
Surcharges
TextChangedEventArgs(RoutedEvent, UndoAction) |
Initialise une nouvelle instance de la classe TextChangedEventArgs avec l'ID d'événement et l'opération d'annulation spécifiés. |
TextChangedEventArgs(RoutedEvent, UndoAction, ICollection<TextChange>) |
Initialise une nouvelle instance de la classe TextChangedEventArgs avec l'ID d'événement, l'opération d'annulation et les modifications de texte spécifiés. |
TextChangedEventArgs(RoutedEvent, UndoAction)
Initialise une nouvelle instance de la classe TextChangedEventArgs avec l'ID d'événement et l'opération d'annulation spécifiés.
public:
TextChangedEventArgs(System::Windows::RoutedEvent ^ id, System::Windows::Controls::UndoAction action);
public TextChangedEventArgs (System.Windows.RoutedEvent id, System.Windows.Controls.UndoAction action);
new System.Windows.Controls.TextChangedEventArgs : System.Windows.RoutedEvent * System.Windows.Controls.UndoAction -> System.Windows.Controls.TextChangedEventArgs
Public Sub New (id As RoutedEvent, action As UndoAction)
Paramètres
- id
- RoutedEvent
Identificateur d’événement (ID).
- action
- UndoAction
UndoAction provoquée par la modification du texte.
S’applique à
TextChangedEventArgs(RoutedEvent, UndoAction, ICollection<TextChange>)
Initialise une nouvelle instance de la classe TextChangedEventArgs avec l'ID d'événement, l'opération d'annulation et les modifications de texte spécifiés.
public:
TextChangedEventArgs(System::Windows::RoutedEvent ^ id, System::Windows::Controls::UndoAction action, System::Collections::Generic::ICollection<System::Windows::Controls::TextChange ^> ^ changes);
public TextChangedEventArgs (System.Windows.RoutedEvent id, System.Windows.Controls.UndoAction action, System.Collections.Generic.ICollection<System.Windows.Controls.TextChange> changes);
new System.Windows.Controls.TextChangedEventArgs : System.Windows.RoutedEvent * System.Windows.Controls.UndoAction * System.Collections.Generic.ICollection<System.Windows.Controls.TextChange> -> System.Windows.Controls.TextChangedEventArgs
Public Sub New (id As RoutedEvent, action As UndoAction, changes As ICollection(Of TextChange))
Paramètres
- id
- RoutedEvent
Identificateur d’événement (ID).
- action
- UndoAction
UndoAction provoquée par la modification du texte.
- changes
- ICollection<TextChange>
Modifications qui ont été effectuées pendant cet événement. Pour plus d'informations, consultez Changes.
Remarques
TextChangedEventArgsest introduit dans la .NET Framework version 3.5. Pour plus d’informations, consultez Versions et dépendances.