Class ComboBoxSelectEventArgs
Provides information about the Selecting event callback.
Inherited Members
Namespace: Syncfusion.Blazor.Ribbon
Assembly: Syncfusion.Blazor.dll
Syntax
public class ComboBoxSelectEventArgs : SelectEventArgs<object>
Remarks
This event is triggered before an item is selected in the ComboBox.
You can cancel the selection by setting Cancel
to true
.
Constructors
ComboBoxSelectEventArgs()
Declaration
public ComboBoxSelectEventArgs()