Class ComboBoxChangeEventArgs
Provides information about the ValueChange event callback.
Inherited Members
Namespace: Syncfusion.Blazor.Ribbon
Assembly: Syncfusion.Blazor.dll
Syntax
public class ComboBoxChangeEventArgs : ChangeEventArgs<string, object>
Remarks
This event occurs when the value in the ComboBox changes.
Constructors
ComboBoxChangeEventArgs()
Declaration
public ComboBoxChangeEventArgs()