Skip to content

Commit

Permalink
Missing summary added
Browse files Browse the repository at this point in the history
  • Loading branch information
enchev committed Nov 5, 2024
1 parent 7698207 commit 2429b2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Radzen.Blazor/RadzenDropDown.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,9 @@ public override void Dispose()
}
}

/// <summary>
/// Called when popup is closed.
/// </summary>
[JSInvokable]
public async Task OnClose()
{
Expand Down

0 comments on commit 2429b2c

Please sign in to comment.