Class
ButtonEventArgs

Provides data for DropDownButton events.

Definition

Namespace:Telerik.Blazor.Components.Common.Buttons.DropDownButton

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class ButtonEventArgs

Inheritance: objectButtonEventArgs

Constructors

ButtonEventArgs()

Declaration

cs-api-definition
public ButtonEventArgs()

Properties

Item

The item associated with the DropDownButton event.

Declaration

cs-api-definition
public DropDownButtonBaseItem Item { get; set; }

Property Value

DropDownButtonBaseItem

MouseEventArgs

The mouse event arguments related to the DropDownButton action.

Declaration

cs-api-definition
public MouseEventArgs MouseEventArgs { get; set; }

Property Value

MouseEventArgs