Table of Contents

Class GroupGridToolButtonEventArgs

Namespace
Avalonia.Controls
Assembly
Tripous.Avalonia.Controls.dll

Provides data for a group grid toolbar button click.

public class GroupGridToolButtonEventArgs : EventArgs
Inheritance
GroupGridToolButtonEventArgs
Inherited Members
Extension Methods

Constructors

GroupGridToolButtonEventArgs(GroupGridToolButton)

Initializes a new instance of the GroupGridToolButtonEventArgs class.

public GroupGridToolButtonEventArgs(GroupGridToolButton Button)

Parameters

Button GroupGridToolButton

The clicked toolbar button.

Properties

Button

Gets the clicked toolbar button.

public GroupGridToolButton Button { get; }

Property Value

GroupGridToolButton