Property OnChange
- Namespace
- Velvet.Experimental
- Assembly
- Velvet.Docs.dll
OnChange
Handler invoked when the input text changes.
public Action<string>? OnChange { get; set; }
Property Value
- Action<string>
Handler invoked when the input text changes.
public Action<string>? OnChange { get; set; }