Class LauncherClickEventArgs
Provides information about the LauncherIconClick event callback.
Inherited Members
Namespace: Syncfusion.Blazor.Ribbon
Assembly: Syncfusion.Blazor.dll
Syntax
public class LauncherClickEventArgs : BaseEventArgs
Remarks
Use this event to handle logic when the launcher icon in a ribbon group is clicked.
Constructors
LauncherClickEventArgs()
Declaration
public LauncherClickEventArgs()
Properties
GroupId
Gets or sets the ID of the group in which the launcher icon is present.
Declaration
public string GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.String | A System.String representing the group ID. The default value is |
Remarks
This property helps identify the specific ribbon group where the clicked launcher icon resides, enabling you to implement logic tailored to that particular group.