Table of Contents

Event DelayedTextChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs when the Text property value changes.

public event EventHandler<EventArgs>? DelayedTextChanged

Returns

EventHandler<EventArgs>
Occurs when the property value changes.

Remarks

This is a delayed event. If multiple events are occurred during the delay, they are ignored.