次の方法で共有


TextChangedEventArgs コンストラクター

定義

TextChangedEventArgs クラスの新しいインスタンスを初期化します。

オーバーロード

TextChangedEventArgs(RoutedEvent, UndoAction)

指定したイベント ID と元に戻す操作を使用して、TextChangedEventArgs クラスの新しいインスタンスを初期化します。

TextChangedEventArgs(RoutedEvent, UndoAction, ICollection<TextChange>)

指定したイベント ID、元に戻す操作、およびテキストの変更を使用して、TextChangedEventArgs クラスの新しいインスタンスを初期化します。

TextChangedEventArgs(RoutedEvent, UndoAction)

指定したイベント ID と元に戻す操作を使用して、TextChangedEventArgs クラスの新しいインスタンスを初期化します。

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)

パラメーター

id
RoutedEvent

イベント識別子 (ID)。

action
UndoAction

テキスト変更によって発生する UndoAction

適用対象

TextChangedEventArgs(RoutedEvent, UndoAction, ICollection<TextChange>)

指定したイベント ID、元に戻す操作、およびテキストの変更を使用して、TextChangedEventArgs クラスの新しいインスタンスを初期化します。

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

パラメーター

id
RoutedEvent

イベント識別子 (ID)。

action
UndoAction

テキスト変更によって発生する UndoAction

changes
ICollection<TextChange>

このイベント中に発生した変更。 詳細については、「Changes」を参照してください。

注釈

TextChangedEventArgsは、.NET Framework バージョン 3.5 で導入されています。 詳細については、「.NET Framework のバージョンおよび依存関係」を参照してください。

適用対象