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