I have a fairly simple component, which looks like this:
相关标签:
You need to add an EventCallback parameter to do that:
@code { [Parameter] public string Value { get; set; } [Parameter] public EventCallback<string> ValueChanged { get; set; } }
read the section Data binding/Component parameters