ButtonEventArgs
Class
Provides data for DropDownButton events.
Definition
Namespace:Telerik.Blazor.Components.Common.Buttons.DropDownButton
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class ButtonEventArgs
Inheritance: objectButtonEventArgs
Constructors
C#
public ButtonEventArgs()
Properties
The item associated with the DropDownButton event.
C#
public DropDownButtonBaseItem Item { get; set; }
The mouse event arguments related to the DropDownButton action.
C#
public MouseEventArgs MouseEventArgs { get; set; }