Class DropDownItemSelectEventArgs
Provides information about the ItemSelecting event callback.
Inherited Members
Namespace: Syncfusion.Blazor.Ribbon
Assembly: Syncfusion.Blazor.dll
Syntax
public class DropDownItemSelectEventArgs : MenuEventArgs
Remarks
Use this event to handle logic before an item is selected in the dropdown.
Constructors
DropDownItemSelectEventArgs()
Declaration
public DropDownItemSelectEventArgs()