ToolBar.TextChanged Event

Definition

Occurs when the Text property 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

The Text property is not meaningful for this control, although you can change its value and handle the TextChanged event to detect the change.

Applies to