Class ComboBoxPopupOpenEventArgs
Provides information about the PopupOpening event callback.
Inherited Members
Namespace: Syncfusion.Blazor.Ribbon
Assembly: Syncfusion.Blazor.dll
Syntax
public class ComboBoxPopupOpenEventArgs : BeforeOpenEventArgs
Remarks
Use this event to handle logic before the ComboBox's popup menu is opened.
Constructors
ComboBoxPopupOpenEventArgs()
Declaration
public ComboBoxPopupOpenEventArgs()