TextChangedEventArgs Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy TextChangedEventArgs.

Przeciążenia

TextChangedEventArgs(RoutedEvent, UndoAction)

Inicjuje nowe wystąpienie klasy przy użyciu określonego TextChangedEventArgs identyfikatora zdarzenia i akcji cofania.

TextChangedEventArgs(RoutedEvent, UndoAction, ICollection<TextChange>)

Inicjuje nowe wystąpienie klasy przy użyciu określonego TextChangedEventArgs identyfikatora zdarzenia, cofania akcji i zmian tekstu.

TextChangedEventArgs(RoutedEvent, UndoAction)

Inicjuje nowe wystąpienie klasy przy użyciu określonego TextChangedEventArgs identyfikatora zdarzenia i akcji cofania.

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)

Parametry

id
RoutedEvent

Identyfikator zdarzenia (ID).

action
UndoAction

Przyczyna UndoAction zmiany tekstu.

Dotyczy

TextChangedEventArgs(RoutedEvent, UndoAction, ICollection<TextChange>)

Inicjuje nowe wystąpienie klasy przy użyciu określonego TextChangedEventArgs identyfikatora zdarzenia, cofania akcji i zmian tekstu.

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))

Parametry

id
RoutedEvent

Identyfikator zdarzenia (ID).

action
UndoAction

Przyczyna UndoAction zmiany tekstu.

changes
ICollection<TextChange>

Zmiany, które wystąpiły podczas tego zdarzenia. Aby uzyskać więcej informacji, zobacz Changes.

Uwagi

TextChangedEventArgsjest wprowadzana w wersji .NET Framework 3.5. Aby uzyskać więcej informacji, zobacz Wersje i zależności.

Dotyczy