diff --git a/aspnetcore/blazor/components/data-binding.md b/aspnetcore/blazor/components/data-binding.md index ac24b443b4..2502512992 100644 --- a/aspnetcore/blazor/components/data-binding.md +++ b/aspnetcore/blazor/components/data-binding.md @@ -212,8 +212,6 @@ Components support two-way data binding by defining a pair of parameters: The `@bind:get` and `@bind:set` modifiers are always used together. -Using an event callback parameter with `@bind:set` (`[Parameter] public EventCallback ValueChanged { get; set; }`) isn't supported. Instead, pass a method that returns an or to `@bind:set`. - Examples `BindGetSet.razor`: