menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ComboBoxSelectEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ComboBoxSelectEventArgs

    Provides information about the Selecting event callback.

    Inheritance
    System.Object
    SelectEventArgs<System.Object>
    ComboBoxSelectEventArgs
    Inherited Members
    SelectEventArgs<Object>.Cancel
    SelectEventArgs<Object>.E
    SelectEventArgs<Object>.IsInteracted
    SelectEventArgs<Object>.Item
    SelectEventArgs<Object>.ItemData
    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved