TextChangedEventArgs 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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에서에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.