Event ValueChanged
Raised when the selected value changes. Provides the new value as TEnum?.
public event EventHandler<EventArgs<TEnum?>>? ValueChanged
Returns
- EventHandler<EventArgs<TEnum?>>
- Raised when the selected value changes. Provides the new value as TEnum?.