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에서에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

적용 대상