ElementHost.TextChanged Event

Definition

Occurs when the Text property value changes.

public:
 event EventHandler ^ TextChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler TextChanged;
[<System.ComponentModel.Browsable(false)>]
member this.TextChanged : EventHandler 
Public Custom Event TextChanged As EventHandler 

Event Type

Attributes

Remarks

For more information about the TextChanged event, see Control.TextChanged.

Applies to

See also