Skip to main content

DropDownButtonBuilder.OnSelectionChanged Method

Name Parameters Description
OnSelectionChanged(RazorBlock) jsFunc A function that is executed when an item is selected or selection is canceled. In effect when useSelectMode is true. Mirrors the client-side onSelectionChanged option.
OnSelectionChanged(String) jsFunc A function that is executed when an item is selected or selection is canceled. In effect when useSelectMode is true. Mirrors the client-side onSelectionChanged option.