Show / Hide Table of Contents

Delegate TextChangedEventHandler

Represents the method that will handle the TextChanged event.

Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public delegate void TextChangedEventHandler(object sender, TextChangedEventArgs e);
Parameters
Type Name Description
System.Object sender
TextChangedEventArgs e
  • Improve this Doc
  • View Source