Table of Contents

Event ValueChanged

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Raised when Value has changed. Provides the new value as TEnum?.

public event EventHandler<EventArgs<TEnum?>>? ValueChanged

Returns

EventHandler<EventArgs<TEnum?>>
Raised when has changed. Provides the new value as TEnum?.