PrintPreviewDialog.TextChanged Event

Definition

Occurs when the value of the Text property changes.

public:
 event EventHandler ^ TextChanged;
[System.ComponentModel.Browsable(false)]
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

This event is not relevant for this class.

For more information about handling events, see Handling and Raising Events.

Applies to